Designator(String, UInt32) Constructor |
Linux kernel I/O device designator constructor. The chip and
channel numbers shall be obtained from the operator via
System.Console.ReadLine
Namespace: IO.Objects.SimpleIO.DeviceAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax public Designator(
string prompt,
uint chip = 4294967295
)
Parameters
- prompt String
- Operator prompt string of the form
"Enter XXX channel:".
- chip UInt32 (Optional)
- Linux kernel I/O device chip number. If a
value is supplied, the operator will not be prompted for for
the chip number.
See Also