Click or drag to resize

CommonFrameHeader(ConfigurationFrame, FrameType, UInt16, Ticks, String, Int32, UInt32) Constructor

Creates a new CommonFrameHeader from specified parameters.

Namespace: GSF.PhasorProtocols.IEC61850_90_5
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public CommonFrameHeader(
	ConfigurationFrame configurationFrame,
	FrameType typeID,
	ushort idCode,
	Ticks timestamp,
	string msvID = null,
	int asduCount = 1,
	uint configurationRevision = 1
)
View Source

Parameters

configurationFrame  ConfigurationFrame
IEC 61850-90-5 ConfigurationFrame if available.
typeID  FrameType
The IEC 61850-90-5 specific frame type of this frame.
idCode  UInt16
The ID code of this frame.
timestamp  Ticks
The timestamp of this frame.
msvID  String  (Optional)
MSVID to use for this frame, if any.
asduCount  Int32  (Optional)
ASDU count.
configurationRevision  UInt32  (Optional)
Configuration revision.
See Also