Click or drag to resize

CommandFrameBaseState Property

Gets or sets the parsing state for the this CommandFrameBase.

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

Property Value

ICommandFrameParsingState

Implements

ICommandFrameState
See Also