Table of Contents

Method GetPayloadUInt32

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

GetPayloadUInt32()

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

public uint GetPayloadUInt32()

Returns

uint

A uint representing the message payload.

GetPayloadUInt32(int)

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

public uint GetPayloadUInt32(int index)

Parameters

index int

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

Returns

uint

A uint representing the element at the specified index of the array payload.