Device
|
[SerializableAttribute] public enum DeviceCommand
Member name | Value | Description |
---|---|---|
DisableRealTimeData | 1 | 0000 0000 0000 0001 Turn off transmission of data frames. |
EnableRealTimeData | 2 | 0000 0000 0000 0010 Turn on transmission of data frames. |
SendHeaderFrame | 3 | 0000 0000 0000 0011 Send header file. |
SendConfigurationFrame1 | 4 | 0000 0000 0000 0100 Send configuration file 1. |
SendConfigurationFrame2 | 5 | 0000 0000 0000 0101 Send configuration file 2. |
SendConfigurationFrame3 | 6 | 0000 0000 0000 0110 Send configuration file 3. |
ReceiveExtendedFrame | 8 | 0000 0000 0000 1000 Receive extended frame for IEEE C37.118 / receive reference phasor for IEEE 1344. |
SendLatestConfigurationFrameVersion | 2,048 | 0000 1000 0000 0000 User designated command. Used to send latest configuration frame version. |
ReservedBits | 65,520 | Reserved bits. |