Click or drag to resize

DeviceWrite Method

Write to an HDC1080 device register.

Namespace: IO.Devices.HDC1080
Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax
C#
public void Write(
	byte reg,
	ushort data
)

Parameters

reg  Byte
8-bit register address.
data  UInt16
16-bit register data.
See Also