public DeviceCommand ConfigurationFrameVersion { get; set; }
Public Property ConfigurationFrameVersion As DeviceCommand
Get
Set
public:
property DeviceCommand ConfigurationFrameVersion {
DeviceCommand get ();
void set (DeviceCommand value);
}
function get_ConfigurationFrameVersion();
function set_ConfigurationFrameVersion(value);
If user selects IEEE C37.118-2011 protocol, this will default to requesting a configuration frame 3 frame. If remote device does not support this, this property can be set to send a configuration frame 2 frame instead.
This property can be assigned as a connection string parameter, e.g.: configurationFrameVersion=2 or configurationFrameVersion=SendConfigurationFrame2