Table of Contents

Method WriteSingle

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

WriteSingle(int, params float[])

Returns a HarpMessage write command with the specified address, and an array payload of single-precision floating point numbers.

public static HarpMessage WriteSingle(int address, params float[] values)

Parameters

address int

The address of the register to which the Harp message refers to.

values float[]

The values to be stored in the payload.

Returns

HarpMessage

A valid HarpMessage write command with the specified address and payload.