Table of Contents

Method GetPayloadInt64

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

GetPayloadInt64()

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

public long GetPayloadInt64()

Returns

long

A long representing the message payload.

GetPayloadInt64(int)

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

public long GetPayloadInt64(int index)

Parameters

index int

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

Returns

long

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