Click or drag to resize

DeviceCommand Enumeration

Phasor enabled device commands enumeration.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.282-beta
Syntax
[SerializableAttribute]
public enum DeviceCommand
Members
Member nameValueDescription
DisableRealTimeData1 0000 0000 0000 0001 Turn off transmission of data frames.
EnableRealTimeData2 0000 0000 0000 0010 Turn on transmission of data frames.
SendHeaderFrame3 0000 0000 0000 0011 Send header file.
SendConfigurationFrame14 0000 0000 0000 0100 Send configuration file 1.
SendConfigurationFrame25 0000 0000 0000 0101 Send configuration file 2.
SendConfigurationFrame36 0000 0000 0000 0110 Send configuration file 3.
ReceiveExtendedFrame8 0000 0000 0000 1000 Receive extended frame for IEEE C37.118 / receive reference phasor for IEEE 1344.
SendLatestConfigurationFrameVersion2,048 0000 1000 0000 0000 User designated command. Used to send latest configuration frame version.
ReservedBits65,520 Reserved bits.

The DeviceCommand 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