Click or drag to resize

MultiProtocolFrameParserEnabled Property

Gets or sets a boolean value that indicates whether the MultiProtocolFrameParser is currently enabled.

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

Property Value

Boolean

Implements

IFrameParserEnabled
Remarks
Setting Enabled to true will start the MultiProtocolFrameParser if it is not started, setting to false will stop the MultiProtocolFrameParser if it is started.
See Also