Click or drag to resize

CommonFrameHeader(FrameType, Ticks) Constructor

Creates a new CommonFrameHeader from specified parameters.

Namespace: GSF.PhasorProtocols.IEEE1344
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public CommonFrameHeader(
	FrameType typeID,
	Ticks timestamp
)
View Source

Parameters

typeID  FrameType
The IEEE 1344 specific frame type of this frame.
timestamp  Ticks
The timestamp of this frame.
See Also