Click or drag to resize

StatusFlags Enumeration

Macrodyne status flags enumeration (from Status 1 byte).

Namespace: GSF.PhasorProtocols.Macrodyne
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.
TriggerDetected1 TRG = 1 - Trigger detected, table being collected.
OperationalLimitReached2 OP = 1 - Operational limit reached.
ResetOccurred4 UR = 1 - Reset occurred.
TimeError8 TTE = 1 - Error in GPS time or time tag.
ReferenceLost16 RL = 1 - Reference expected but not received.
InputReferenceEnabled32 RI = 1 - Unit enabled to receive reference.
OuputReferenceEnabled64 RO = 1 - Unit set to output reference.
TriggerDetectedMemoryFull128 Trigger detected, but memory full.

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