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

SolCache event callback information. More...

#include <solCache.h>

Data Fields

solCache_event_t cacheEvent
 
const char * topic
 
solClient_returnCode_t rc
 
solClient_subCode_t subCode
 
solClient_uint64_t cacheRequestId
 

Detailed Description

SolCache event callback information.

When the application registers an event callback pointer with a cache request (for asynchronous cache requests), the callback function receives a pointer to the event callback information structure.

Examples:
ex/asyncCacheRequest.c, ex/common.c, ex/common.h, ex/ios/EventCallbackProtocol.h, ex/ios/Example.m, and ex/ios/examples/AsyncCacheRequestExample.m.

Field Documentation