![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibemsMapMsg_Gettibems_status tibemsMapMsg_GetBoolean(tibemsMapMsg message,tibems_bool* value );tibems_status tibemsMapMsg_GetByte(tibemsMapMsg message,tibems_byte* value );tibems_status tibemsMapMsg_GetBytes(tibemsMapMsg message,tibems_uint* bytesSize );tibems_status tibemsMapMsg_GetChar(tibemsMapMsg message,tibems_wchar* value );tibems_status tibemsMapMsg_GetDouble(tibemsMapMsg message,tibems_double* value );tibems_status tibemsMapMsg_GetField(tibemsMapMsg message,tibemsMsgField* value );tibems_status tibemsMapMsg_GetFloat(tibemsMapMsg message,tibems_float* value );tibems_status tibemsMapMsg_GetInt(tibemsMapMsg message,tibems_int* value );tibems_status tibemsMapMsg_GetLong(tibemsMapMsg message,tibems_long* value );tibems_status tibemsMapMsg_GetMapMsg(tibemsMapMsg message,tibemsMapMsg* value );tibems_status tibemsMapMsg_GetShort(tibemsMapMsg message,tibems_short* value );tibems_status tibemsMapMsg_GetString(tibemsMapMsg message,
message and bytes have usage pointer.value has usage pointer only in tibemsMapMsg_GetMapMsg and tibemsMapMsg_GetString (but not in the other calls documented in this group).
tibemsMapMsg_GetBytes stores a pointer to the byte sequence in this location. tibemsMapMsg_GetBytes stores the length of the byte sequence in this location.To get array values from a map message, call tibemsMapMsg_GetField, then extract the array value from the field; see tibemsMsgField on page 135.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |