High Performance OPC UA Server SDK  1.2.0.193
uatcpmsg_encode_context Struct Reference

Holds all information to be persisted through an asynchronous encode operation. More...

Data Fields

unsigned int reserved_start
 Reserved space in at the beginning of the buffer. More...
 
struct uatcpmsg_ctxtpMsgCtxt
 The related message context. More...
 
union {
   struct ua_responseheader *   res
 
   struct ua_requestheader *   req
 
header
 Place to store the message header to be encoded. More...
 
void * body
 Place to store the message to be encoded. More...
 

Detailed Description

Holds all information to be persisted through an asynchronous encode operation.

Field Documentation

void* body

Place to store the message to be encoded.

union { ... } header

Place to store the message header to be encoded.

struct uatcpmsg_ctxt* pMsgCtxt

The related message context.

unsigned int reserved_start

Reserved space in at the beginning of the buffer.


The documentation for this struct was generated from the following file: