Method ReadByte
ReadByte(int)
Returns a HarpMessage read command for an 8-bit unsigned integer register with the specified address.
public static HarpMessage ReadByte(int address)
Parameters
address
intThe address of the register to read.
Returns
- HarpMessage
A valid HarpMessage read command for an 8-bit unsigned integer register with the specified address.