![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibemsStreamMsg_WriteSingle Value
C Declarationstibems_status tibemsStreamMsg_WriteBoolean(tibemsStreamMsg message,tibems_bool value );tibems_status tibemsStreamMsg_WriteByte(tibemsStreamMsg message,tibems_byte value );tibems_status tibemsStreamMsg_WriteChar(tibemsStreamMsg message,tibems_wchar value );tibems_status tibemsStreamMsg_WriteDouble(tibemsStreamMsg message,tibems_double value );tibems_status tibemsStreamMsg_WriteFloat(tibemsStreamMsg message,tibems_float value );tibems_status tibemsStreamMsg_WriteInt(tibemsStreamMsg message,tibems_int value );tibems_status tibemsStreamMsg_WriteLong(tibemsStreamMsg message,tibems_long value );tibems_status tibemsStreamMsg_WriteShort(tibemsStreamMsg message,tibems_short value );tibems_status tibemsStreamMsg_WriteString(tibemsStreamMsg message,Array
C Declarationstibems_status tibemsStreamMsg_WriteDoubleArray(tibemsMsg message,const tibems_double* value,tibems_int count );tibems_status tibemsStreamMsg_WriteFloatArray(tibemsMsg message,const tibems_float* value,tibems_int count );tibems_status tibemsStreamMsg_WriteIntArray(tibemsMsg message,const tibems_int* value,tibems_int count );tibems_status tibemsStreamMsg_WriteLongArray(tibemsMsg message,const tibems_long* value,tibems_int count );tibems_status tibemsStreamMsg_WriteShortArray(tibemsMsg message,const tibems_short* value,tibems_int count );Nested Message C Declarationstibems_status tibemsStreamMsg_WriteMapMsg(tibemsMsg message,tibems_status tibemsStreamMsg_WriteStreamMsg(tibemsMsg message,
Nested messages are an extension of the JMS specification. Programs that use this feature are non-compliant.USING BY VALUE message,USING BY VALUE message,USING BY VALUE message,USING BY VALUE message,USING BY VALUE message,USING BY VALUE message,USING BY VALUE message,USING BY VALUE message,USING BY VALUE message,USING BY VALUE message,USING BY VALUE message,USING BY VALUE message,USING BY VALUE message,USING BY VALUE message,
message has usage pointer.value has usage pointer only in tibemsStreamMsg_WriteStreamMsg and tibemsStreamMsg_WriteMapMsg (but not in the other calls documented in this group).
Each call writes a data value to the stream, and advances the write position so that the next write call appends to the new end of the stream.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |