Diffusion C API  6.10.2
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
v5_message_s Struct Reference

Service messages over the V5 protocol are parsed into this common structure, with the unparsed service-specific content in the payload field. More...

Data Fields

SERVICE_TYPE_T service_type
 The SERVICE_TYPE_T of the message. More...
 
SERVICE_MODE_T service_mode
 The SERVICE_MODE_T of the message (error, request, response). More...
 
CONVERSATION_ID_T conversation_id
 The conversation ID associated with the message.
 
BUF_T * payload
 Optional message payload.
 

Detailed Description

Service messages over the V5 protocol are parsed into this common structure, with the unparsed service-specific content in the payload field.

Field Documentation

SERVICE_MODE_T v5_message_s::service_mode

The SERVICE_MODE_T of the message (error, request, response).

SERVICE_TYPE_T v5_message_s::service_type

The SERVICE_TYPE_T of the message.

This value is only valid for request messages. Response and error messages will not set this value.


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