StatusFlags Enumeration
            Status flags enumeration.
            
Namespace: Gemstone.PhasorProtocols.IEC61850_90_5Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.150 -- Release Build+0627019d4c17e2f915e64987b3f2371651facacb
Gemstone.PhasorProtocols.IEC61850_90_5.StatusFlags = function();
Gemstone.PhasorProtocols.IEC61850_90_5.StatusFlags.createEnum('Gemstone.PhasorProtocols.IEC61850_90_5.StatusFlags', true);
 | NoFlags | 0 | 
            No flags.
             | 
| TriggerReasonMask | 15 | 
            Trigger reason mask.
             | 
| UnlockedTimeMask | 48 | 
            Unlocked time mask.
             | 
| ReservedFlags | 960 | 
            Reserved bits for security, presently set to 0.
             | 
| 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).
             |