Table of Contents

Method ReadSByte

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

ReadSByte(int)

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

public static HarpMessage ReadSByte(int address)

Parameters

address int

The address of the register to read.

Returns

HarpMessage

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