Designator Structure | 
public struct Designator
The Designator type exposes the following members.
| Name | Description | |
|---|---|---|
| Designator(String, UInt32) | Linux kernel I/O device designator constructor. The chip and channel numbers shall be obtained from the operator via System.Console.ReadLine | |
| Designator(UInt32, UInt32) | Linux kernel I/O device designator constructor. | 
| Name | Description | |
|---|---|---|
| chan | Linux kernel I/O device channel number. | |
| chip | Linux kernel I/O device chip number. | |
| Unavailable | Linux kernel I/O device designator for an unavailable device. |