Table of Contents

Method GetPayloadSByte

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

GetPayloadSByte()

Returns the message payload as a single 8-bit signed integer.

public sbyte GetPayloadSByte()

Returns

sbyte

An sbyte representing the message payload.

GetPayloadSByte(int)

Returns the element at the specified index of the 8-bit signed integer array payload.

public sbyte GetPayloadSByte(int index)

Parameters

index int

The zero-based index of the array element to get.

Returns

sbyte

An sbyte representing the element at the specified index of the array payload.