Method WriteSingle
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
intThe 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.