Table of Contents

Method GetPayloadUInt64

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

GetPayloadUInt64()

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

public ulong GetPayloadUInt64()

Returns

ulong

A ulong representing the message payload.

GetPayloadUInt64(int)

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

public ulong GetPayloadUInt64(int index)

Parameters

index int

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

Returns

ulong

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