![]() |
PubSub+ Messaging API For C
7.33.1.1
|
| Functions | Typedefs | Enumerations | Enumeration Values | Defines |
A structure that is returned (as a pointer) for each event in the event callback callback for a Flow. More...
#include <solClient.h>
Data Fields | |
| solClient_flow_event_t | flowEvent |
| The Session event that has occurred. More... | |
| solClient_session_responseCode_t | responseCode |
| A response code that is returned for some events; otherwise zero. More... | |
| const char * | info_p |
| A pointer to a NULL-terminated string providing further information about the event, when available. More... | |
A structure that is returned (as a pointer) for each event in the event callback callback for a Flow.
A structure is used so that new fields can be added in the future without affecting existing applications.
| solClient_flow_event_t flowEvent |
The Session event that has occurred.
| const char* info_p |
A pointer to a NULL-terminated string providing further information about the event, when available.
This pointer is never NULL.
| solClient_session_responseCode_t responseCode |
A response code that is returned for some events; otherwise zero.