Designator(UInt32, UInt32) Constructor | 
            Linux kernel I/O device designator constructor.
            
Namespace: IO.Objects.SimpleIO.DeviceAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.275.1
Syntaxpublic 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