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

Callback information for Session message receive dispatch. More...

#include <solClient.h>

Data Fields

solClient_dispatchType_t dispatchType
 The type of dispatch described. More...
 
solClient_session_rxMsgCallbackFunc_t callback_p
 An application-defined callback function; may be NULL if there is no callback. More...
 
void * user_p
 A user pointer to return with the callback; must be NULL if callback_p is NULL. More...
 
void * rfu_p
 Reserved for Future use; must be NULL. More...
 

Detailed Description

Callback information for Session message receive dispatch.

This can be set on a per-subscription basis. This structure is used with solClient_session_topicSubscribeWithDispatch and solClient_session_topicUnsubscribeWithDispatch.

Examples:
ex/ios/examples/TopicDispatchExample.m, and ex/topicDispatch.c.

Field Documentation

An application-defined callback function; may be NULL if there is no callback.

Examples:
ex/ios/examples/TopicDispatchExample.m, and ex/topicDispatch.c.

The type of dispatch described.

void* rfu_p

Reserved for Future use; must be NULL.

void* user_p

A user pointer to return with the callback; must be NULL if callback_p is NULL.

Examples:
ex/ios/examples/TopicDispatchExample.m, and ex/topicDispatch.c.