ChannelFlags Enumeration
Channel flags enumeration.
Namespace: Gemstone.PhasorProtocols.BPAPDCstreamAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.147 -- Release Build+f4cca6bc29b9a344db35676d1f49d8207c89dbf5
Gemstone.PhasorProtocols.BPAPDCstream.ChannelFlags = function();
Gemstone.PhasorProtocols.BPAPDCstream.ChannelFlags.createEnum('Gemstone.PhasorProtocols.BPAPDCstream.ChannelFlags', true);
| 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).
|