Prototype: read_function_name( MQeStorageAdapterHndl hAdapter , MQeStorageAdapterRead_in_ * pInput , MQeStorageAdapterRead_out_ * pOutput);
Required actions: Allocate memory for a buffer, then read data from the network into that buffer. A pointer to the buffer and a pointer to the buffer size should be returned in the output structure. Failure to read any data from the socket will result in the error block being set with the appropriate return and reason codes and the return set to a value other than MQERETURN_OK.
Optional actions: Any
Data Fields | |
MQEVERSION | version |
MQEVOID * | pPrivateData |
|
MQEVERSION containing the version of this structure. |
|
A pointer to the structure containing the data specific to this instance of the adapter. This should be cast to the relevant structure for the adapter. |