Click or drag to resize

StatusFlags Enumeration

Status flags enumeration.

Namespace: GSF.PhasorProtocols.IEC61850_90_5
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.
ReservedFlags960 Reserved bits for security, presently set to 0.
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