![]() |
Diffusion C API 6.11.5
|
Service messages over the V5 protocol are parsed into this common structure, with the unparsed service-specific content in the payload field. More...
#include <topic_types.h>
Data Fields | |
SERVICE_TYPE_T | service_type |
The SERVICE_TYPE_T of the message. | |
SERVICE_MODE_T | service_mode |
The SERVICE_MODE_T of the message (error, request, response). | |
CONVERSATION_ID_T | conversation_id |
The conversation ID associated with the message. | |
BUF_T * | payload |
Optional message payload. | |
Service messages over the V5 protocol are parsed into this common structure, with the unparsed service-specific content in the payload field.
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.