![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibems_status tibemsMsg_GetByteSize(tibemsMsg message,tibems_int* size );
message has usage pointer.
Before calling tibemsMsg_GetAsBytesCopy, use this call to measure the size of a message, then allocate sufficient space to store a copy.You can also use this call to measure network throughput, or to limit a program’s output rate (also called throttling).tibems_int tibemsMsg_ByteSize(tibemsMsg message );
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |