![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibemsStreamMsg_Readtibems_status tibemsStreamMsg_ReadBoolean(tibemsStreamMsg message,tibems_bool* value );tibems_status tibemsStreamMsg_ReadByte(tibemsStreamMsg message,tibems_byte* value );tibems_status tibemsStreamMsg_ReadChar(tibemsStreamMsg message,tibems_wchar* value );tibems_status tibemsStreamMsg_ReadDouble(tibemsStreamMsg message,tibems_double* value );tibems_status tibemsStreamMsg_ReadFloat(tibemsStreamMsg message,tibems_float* value );tibems_status tibemsStreamMsg_ReadInt(tibemsStreamMsg message,tibems_int* value );tibems_status tibemsStreamMsg_ReadLong(tibemsStreamMsg message,tibems_long* value );tibems_status tibemsStreamMsg_ReadShort(tibemsStreamMsg message,tibems_short* value );tibems_status tibemsStreamMsg_ReadString(tibemsStreamMsg message,
message has usage pointer.value has usage pointer only in tibemsStreamMsg_ReadString (but not in the other calls documented in this group).
Each call reads a unit of data from the stream, and advances the read position so that the next read call gets the next datum. (Other read functions are documented on separate pages.)
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |