Click or drag to resize

FrameParserBase<TFrameIdentifier> .TrustHeaderLength Property

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

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

Property Value

Boolean

Implements

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