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