![]() |
PubSub+ Messaging API For C
7.33.1.1
|
| Functions | Typedefs | Enumerations | Enumeration Values | Defines |
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 |
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.
| solCache_event_t cacheEvent |
| solClient_uint64_t cacheRequestId |
| solClient_subCode_t subCode |
| const char* topic |