Click or drag to resize

MultiProtocolFrameParserDeviceSupportsCommands Property

Gets or sets flag that determines if a device supports commands.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public bool DeviceSupportsCommands { get; set; }
View Source

Property Value

Boolean
Remarks
This property is automatically derived based on the selected PhasorProtocol, TransportProtocol and ConnectionString, but can be overridden if the consumer already knows that a device supports commands.
See Also