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.128 -- Release Build+dd7f32701ba80de4d5b0557e84e0ddc18a34573f
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