|
|
Source
|
[SerializableAttribute] public enum SourceChannel
| Member name | Value | Description |
|---|---|---|
| Command | 0 | Source channel is command (e.g., TCP). |
| Data | 1 | Source channel is data (e.g., UDP). |
| Other | 2 | Source channel is other. |
The SourceChannel 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) |