Method GetPayloadUInt16
GetPayloadUInt16()
Returns the message payload as a single 16-bit unsigned integer.
public ushort GetPayloadUInt16()
Returns
GetPayloadUInt16(int)
Returns the element at the specified index of the 16-bit unsigned integer array payload.
public ushort GetPayloadUInt16(int index)
Parameters
index
intThe zero-based index of the array element to get.