PubSub+ Messaging API For C  7.29.0.6
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
solClient_flow_eventCallbackInfo Struct Reference

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...
 

Detailed Description

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.

Examples:
ex/activeFlowIndication.c, ex/common.c, ex/common.h, ex/perfADSub.c, and Intro/HelloWorldQueueSub.c.

Field Documentation

The Session event that has occurred.

Examples:
ex/activeFlowIndication.c, and ex/common.c.
const char* info_p

A pointer to a NULL-terminated string providing further information about the event, when available.

This pointer is never NULL.

Examples:
ex/activeFlowIndication.c.

A response code that is returned for some events; otherwise zero.