Click or drag to resize

Board Constructor

Constructor for a single Expand click.

Namespace: IO.Devices.ClickBoards.RemoteIO.Expand
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public Board(
	int socknum,
	Device remdev = null
)

Parameters

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