The PayloadHelper type exposes the following members.

Methods

  NameDescription
Public methodStatic memberDecodeFloat(array<Byte>[]()[][])

Decode the payload that was encoded using encodeFloat(float)

NOTE: the length of the array must be at least offset + 4 long.

Public methodStatic memberDecodeFloat(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.

Public methodStatic memberDecodeInt
Public methodStatic memberEncodeFloat(Single)
Public methodStatic memberEncodeFloat(Single, array<Byte>[]()[][], Int32)
Public methodStatic memberEncodeInt(Int32)
Public methodStatic memberEncodeInt(Int32, array<Byte>[]()[][], Int32)

See Also