Click or drag to resize

FrameParserBaseTFrameIdentifier Constructor


Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
protected FrameParserBase(
	CheckSumValidationFrameTypes checkSumValidationFrameTypes,
	bool trustHeaderLength
)
View Source

Parameters

checkSumValidationFrameTypes  CheckSumValidationFrameTypes
Frame types that should perform check-sum validation; default to AllFrames
trustHeaderLength  Boolean
Determines if header lengths should be trusted over parsed byte count.
See Also