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