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

A structure used to point to a message part and indicate the size of that part (in bytes). More...

#include <solClient.h>

Data Fields

void * buf_p
 A pointer to buffer. More...
 
solClient_uint32_t bufSize
 The number of valid bytes in buffer. More...
 

Detailed Description

A structure used to point to a message part and indicate the size of that part (in bytes).

Field Documentation

void* buf_p

A pointer to buffer.

solClient_uint32_t bufSize

The number of valid bytes in buffer.