FrameParser Constructor

Creates a new FrameParser.

Definition

Namespace: Gemstone.PhasorProtocols.FNET
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.174 -- Release Build+36cffd6eb534f2d7bb8198af4f6b777f0bb23c39
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