Click or drag to resize

Board Constructor

Constructor for a single Expand 2 click.

Namespace: IO.Devices.ClickBoards.RemoteIO.Expand2
Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax
C#
public Board(
	int socknum,
	int addr = 32,
	Device remdev = null
)

Parameters

socknum  Int32
mikroBUS socket number.
addr  Int32  (Optional)
I2C slave address.
remdev  Device  (Optional)
Remote I/O server device object.
See Also