Click or drag to resize

CommonFrameHeader(ConfigurationFrame1, FrameType, UInt16, Ticks, DraftRevision) Constructor

Creates a new CommonFrameHeader from specified parameters.

Namespace: GSF.PhasorProtocols.IEEEC37_118
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public CommonFrameHeader(
	ConfigurationFrame1 configurationFrame,
	FrameType typeID,
	ushort idCode,
	Ticks timestamp,
	DraftRevision version
)
View Source

Parameters

configurationFrame  ConfigurationFrame1
IEEE C37.118 ConfigurationFrame1 if available.
typeID  FrameType
The IEEE C37.118 specific frame type of this frame.
idCode  UInt16
The ID code of this frame.
timestamp  Ticks
The timestamp of this frame.
version  DraftRevision
The target version for this IEEE C37.118 frame.
See Also