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