The PayloadHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
DecodeFloat(array<Byte>[]()[][]) | Decode the payload that was encoded using encodeFloat(float) NOTE: the length of the array must be at least offset + 4 long. | |
DecodeFloat(array<Byte>[]()[][], Int32) | Decode the payload that was encoded using encodeFloat(float) NOTE: the length of the array must be at least offset + 4 long. | |
DecodeInt | ||
EncodeFloat(Single) | ||
EncodeFloat(Single, array<Byte>[]()[][], Int32) | ||
EncodeInt(Int32) | ||
EncodeInt(Int32, array<Byte>[]()[][], Int32) |