Table of Contents

Method ReadUInt64

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

ReadUInt64(int)

Returns a HarpMessage read command for a 64-bit unsigned integer register with the specified address.

public static HarpMessage ReadUInt64(int address)

Parameters

address int

The address of the register to read.

Returns

HarpMessage

A valid HarpMessage read command for a 64-bit unsigned integer register with the specified address.