|
|
Device
|
[SerializableAttribute] public enum DevicePort
| Member name | Value | Description |
|---|---|---|
| Port1 | 0 | Serial port 1. |
| Port2 | 1 | Serial port 2. |
| Port3 | 2 | Serial port 3. |
| Port4 | 3 | Serial port 4. |
The DevicePort type exposes the following members.
| Name | Description | |
|---|---|---|
| GetDescription |
Retrieves the description of the value that this Enum represents extracted from the DescriptionAttribute, or the enumeration name
if no description is available.
(Defined by EnumExtensions) | |
| GetFormattedName |
Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions) |