Click or drag to resize

MultiProtocolFrameParserAutoStartDataParsingSequence Property

Gets or sets flag to automatically send the ConfigFrame2 and EnableRealTimeData command frames used to start a typical data parsing sequence. Defaults to DefaultAutoStartDataParsingSequence.

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

Property Value

Boolean
Remarks
For devices that support IEEE commands, setting this property to true will automatically start the data parsing sequence.
See Also