StatusFlags Enumeration
            Status flags enumeration.
            
Namespace: Gemstone.PhasorProtocols.IEEEC37_118Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.147 -- Release Build+f4cca6bc29b9a344db35676d1f49d8207c89dbf5
Gemstone.PhasorProtocols.IEEEC37_118.StatusFlags = function();
Gemstone.PhasorProtocols.IEEEC37_118.StatusFlags.createEnum('Gemstone.PhasorProtocols.IEEEC37_118.StatusFlags', true);
 | NoFlags | 0 | No flags. | 
| TriggerReasonMask | 15 | Trigger reason mask. | 
| UnlockedTimeMask | 48 | Unlocked time mask. | 
| TimeQualityMask | 448 | Time quality mask. | 
| DataModified | 512 | Data modified indicator, set to 1 when data is modified by a post-processing
            device such as a PDC, else 0 to indicate no modifications. | 
| ConfigurationChanged | 1,024 | Configuration changed, set to 1 for one minute when configuration changed. | 
| DeviceTriggerDetected | 2,048 | Device trigger detected, 0 when no trigger. | 
| DataSortingType | 4,096 | Data sorting type, 0 by timestamp, 1 by arrival. | 
| DeviceSynchronizationError | 8,192 | Device synchronization error, 0 when in sync. | 
| DeviceError | 16,384 | Device error including configuration error, 0 when no error. | 
| DataIsValid | 32,768 | Data is valid (0 when device data is valid, 1 when invalid or device is in test mode). |