Click or drag to resize

ChannelFrameBaseTState Property

Gets or sets the parsing state for the this ChannelFrameBaseT.

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

Property Value

IChannelFrameParsingStateT

Implements

IChannelFrameTState
See Also