Click or drag to resize

Designator(UInt32, UInt32) Constructor

Linux kernel I/O device designator constructor.

Namespace: IO.Objects.SimpleIO.Device
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public Designator(
	uint chip = 4294967295,
	uint chan = 4294967295
)

Parameters

chip  UInt32  (Optional)
Linux kernel I/O device chip number.
chan  UInt32  (Optional)
Linux kernel I/O device channel number.
See Also