openPDC Synchrophasor Help
CommonFrameHeader Constructor (typeID, idCode, timestamp)
NamespacesTVA.PhasorProtocols.IeeeC37_118CommonFrameHeaderCommonFrameHeader(FrameType, UInt16, Ticks)
Creates a new CommonFrameHeader from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
public CommonFrameHeader(
	FrameType typeID,
	ushort idCode,
	Ticks timestamp
)
Public Sub New ( _
	typeID As FrameType, _
	idCode As UShort, _
	timestamp As Ticks _
)
public:
CommonFrameHeader(
	FrameType typeID, 
	unsigned short idCode, 
	Ticks timestamp
)
Parameters
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.

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0