Click or drag to resize

StatusFlags Enumeration

Status flags enumeration.

Namespace: GSF.PhasorProtocols.IEEEC37_118
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.282-beta
Syntax
[SerializableAttribute]
[FlagsAttribute]
public enum StatusFlags
View Source
Members
Member nameValueDescription
NoFlags0 No flags.
TriggerReasonMask15 Trigger reason mask.
UnlockedTimeMask48 Unlocked time mask.
TimeQualityMask448 Time quality mask.
DataModified512 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.
ConfigurationChanged1,024 Configuration changed, set to 1 for one minute when configuration changed.
DeviceTriggerDetected2,048 Device trigger detected, 0 when no trigger.
DataSortingType4,096 Data sorting type, 0 by timestamp, 1 by arrival.
DeviceSynchronizationError8,192 Device synchronization error, 0 when in sync.
DeviceError16,384 Device error including configuration error, 0 when no error.
DataIsValid32,768 Data is valid (0 when device data is valid, 1 when invalid or device is in test mode).

The StatusFlags type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodGetDescription Retrieves the description of the value that this Enum represents extracted from the DescriptionAttribute, or the enumeration name if no description is available.
(Defined by EnumExtensions)
Public Extension MethodGetFormattedName Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions)
Top
See Also