FrameParser Constructor

Creates a new FrameParser.

Definition

Namespace: Gemstone.PhasorProtocols.FNET
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.153 -- Release Build+ada5559b3b674dd4675f3b08c42ff237a50f01ca
public FrameParser(
	CheckSumValidationFrameTypes checkSumValidationFrameTypes = CheckSumValidationFrameTypes.AllFrames,
	bool trustHeaderLength = true,
	ushort frameRate = 10,
	LineFrequency nominalFrequency = LineFrequency.Hz60,
	long timeOffset = 110000000,
	string stationName = "F-NET Unit"
)

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.
frameRate  UInt16  (Optional)
The defined frame rate of this ConfigurationFrame.
nominalFrequency  LineFrequency  (Optional)
The nominal LineFrequency of this ConfigurationFrame.
timeOffset  Int64  (Optional)
The time offset of F-NET device in Ticks.
stationName  String  (Optional)
The station name of the F-NET device.

See Also