Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

MQeMasterCommsAdapterRead_in_st_ Struct Reference


Detailed Description

Master communications adapter - read function input structure.

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


Field Documentation

MQEVERSION MQeMasterCommsAdapterRead_in_st_::version
 

MQEVERSION containing the version of this structure.

MQEVOID* MQeMasterCommsAdapterRead_in_st_::pPrivateData
 

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.


The documentation for this struct was generated from the following file:
Generated Thu Aug 11 23:27:15 2005 for Websphere MQ Everyplace for Multiplatforms C Programming Reference