Click or drag to resize

FrameParser Constructor

Creates a new FrameParser.

Namespace: GSF.PhasorProtocols.BPAPDCstream
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public FrameParser(
	CheckSumValidationFrameTypes checkSumValidationFrameTypes = CheckSumValidationFrameTypes.AllFrames,
	bool trustHeaderLength = true,
	string configurationFileName = null
)
View Source

Parameters

checkSumValidationFrameTypes  CheckSumValidationFrameTypes  (Optional)
Frame types that should perform check-sum validation; default to AllFrames
trustHeaderLength  Boolean  (Optional)
Determines if header lengths should be trusted over parsed byte count.
configurationFileName  String  (Optional)
The required external BPA PDCstream INI based configuration file.
See Also