|
IFrameParserTrustHeaderLength Property
|
Gets or sets flag that determines if header lengths should be trusted over parsed byte count.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax bool TrustHeaderLength { get; set; }
Property TrustHeaderLength As Boolean
Get
Set
property bool TrustHeaderLength {
bool get ();
void set (bool value);
}
abstract TrustHeaderLength : bool with get, set
function get_TrustHeaderLength();
function set_TrustHeaderLength(value);
View SourceProperty Value
BooleanRemarks
It is expected that this will normally be left as true.
See Also