Click or drag to resize

Socket Constructor

Constructor for a single mikroBUS socket.

Namespace: IO.Objects.RemoteIO.mikroBUS
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.76.2
Syntax
C#
public Socket(
	Device dev,
	int num
)

Parameters

dev  Device
Remote I/O Protocol Server device handle.
num  Int32
Socket number.
See Also