|
|
Channel
|
[SerializableAttribute] [FlagsAttribute] public enum ChannelFlags
| Member name | Value | Description |
|---|---|---|
| NoFlags | 0 | No flags. |
| TimestampIncluded | 1 | Timestamp included if not set (yes = 0). |
| MacrodyneFormat | 2 | Macrodyne or IEEE format (Macrodyne = 1). |
| PdcExchangeFormat | 4 | PDC format if set (yes = 1). |
| DataSortedByTimestamp | 8 | Sorted by timestamp if not set (yes = 0). |
| DataSortedByArrival | 16 | Data out of sync if set (yes = 1). |
| PmuSynchronized | 32 | Not sync'd if set (yes = 0). |
| TransmissionErrors | 64 | Errors if set (yes = 1). |
| DataIsValid | 128 | Valid if not set (yes = 0). |
The ChannelFlags 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) |