ChannelFlags Enumeration
Channel flags enumeration.
Namespace: Gemstone.PhasorProtocols.BPAPDCstreamAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.155 -- Release Build+e0712c061c586a83529028b96d7dab34b7d8eae9
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).
|