Click or drag to resize

MultiProtocolFrameParserDisableRealTimeDataOnStop Property

Gets or sets flag to disable real-time data on stop. Defaults to DefaultDisableRealTimeDataOnStop.

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

Property Value

Boolean
Remarks
If false, disable real-time command will not be sent when parser is stopped regardless of SkipDisableRealTimeData value.
See Also