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.181-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.
See Also