Table of Contents

Method ReadSingle

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

ReadSingle(int)

Returns a HarpMessage read command for a single-precision floating point register with the specified address.

public static HarpMessage ReadSingle(int address)

Parameters

address int

The address of the register to read.

Returns

HarpMessage

A valid HarpMessage read command for a single-precision floating point register with the specified address.