Click or drag to resize

FrameParserBaseTFrameIdentifierConnectionParameters Property

Gets or sets any connection specific IConnectionParameters that may be needed for parsing.

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

Property Value

IConnectionParameters

Implements

IFrameParserConnectionParameters
See Also