Table of Contents

Method ReadInt16

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

ReadInt16(int)

Returns a HarpMessage read command for a 16-bit signed integer register with the specified address.

public static HarpMessage ReadInt16(int address)

Parameters

address int

The address of the register to read.

Returns

HarpMessage

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