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

Creates a new CommonFrameHeader from specified parameters.

Definition

Namespace: Gemstone.PhasorProtocols.IEC61850_90_5
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.137 -- Release Build+761dca6ff9b1a8e7a4849e72d691fddbc93a5b09
public CommonFrameHeader(
	ConfigurationFrame configurationFrame,
	FrameType typeID,
	ushort idCode,
	Ticks timestamp,
	string msvID = null,
	int asduCount = 1,
	uint configurationRevision = 1
)

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