Table of Contents

Method GetPayloadInt32

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

GetPayloadInt32()

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

public int GetPayloadInt32()

Returns

int

An int representing the message payload.

GetPayloadInt32(int)

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

public int GetPayloadInt32(int index)

Parameters

index int

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

Returns

int

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