PayloadExtractLength Method
Determines the length of a payload in a "Payload-Aware" transmission from the payload header information.
Namespace: Gemstone.CommunicationAssembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.128 -- Release Build+c4e32e80ee4b39b519c6e4a0a25ff9269b8be666
Gemstone.Communication.Payload.ExtractLength = function(buffer, length, marker, endianOrder);
- buffer Byte
- The buffer containing payload header information starting at index zero.
- length Int32
- The length of valid data within in buffer.
- marker Byte
- The byte sequence used to mark the beginning of the payload in a "Payload-Aware" transmissions.
- endianOrder EndianOrder
- The endian order to apply to payload size decoding.
Int32Length of the payload.