Click or drag to resize

MultiProtocolFrameParserTrustHeaderLength Property

Gets or sets flag that determines if header lengths should be trusted over parsed byte count. Defaults to DefaultTrustHeaderLength.

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

Property Value

Boolean

Implements

IFrameParserTrustHeaderLength
Remarks
It is expected that this will normally be left as true.
See Also