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