Phasor enabled device commands enumeration.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[SerializableAttribute] public enum DeviceCommand
<SerializableAttribute> _ Public Enumeration DeviceCommand
[SerializableAttribute] public enum class DeviceCommand
Members
Member | Description |
---|---|
DisableRealTimeData |
0001 Turn off transmission of data frames.
|
EnableRealTimeData |
0010 Turn on transmission of data frames.
|
SendHeaderFrame |
0011 Send header file.
|
SendConfigurationFrame1 |
0100 Send configuration file 1.
|
SendConfigurationFrame2 |
0101 Send configuration file 2.
|
ReceiveExtendedFrame |
1000 Receive extended frame for IEEE C37.118 / receive reference phasor for IEEE 1344.
|
ReservedBits |
Reserved bits.
|