FrameParser Constructor

Creates a new FrameParser.

Definition

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