Channel flags enumeration.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] [FlagsAttribute] public enum ChannelFlags
<SerializableAttribute> _ <FlagsAttribute> _ Public Enumeration ChannelFlags
[SerializableAttribute] [FlagsAttribute] public enum class ChannelFlags
| Member | Description |
|---|---|
| DataIsValid |
Valid if not set (yes = 0).
|
| TransmissionErrors |
Errors if set (yes = 1).
|
| PmuSynchronized |
Not sync'd if set (yes = 0).
|
| DataSortedByArrival |
Data out of sync if set (yes = 1).
|
| DataSortedByTimestamp |
Sorted by timestamp if not set (yes = 0).
|
| PdcExchangeFormat |
PDC format if set (yes = 1).
|
| MacrodyneFormat |
Macrodyne or IEEE format (Macrodyne = 1).
|
| TimestampIncluded |
Timestamp included if not set (yes = 0).
|
| NoFlags |
No flags.
|