openPDC Synchrophasor Help
ConfigurationFrame Constructor (frameSize, messagePeriod, idCode)
NamespacesTVA.PhasorProtocols.SelFastMessageConfigurationFrameConfigurationFrame(FrameSize, MessagePeriod, UInt32)
Creates a new ConfigurationFrame.
Declaration Syntax
C#Visual BasicVisual C++
public ConfigurationFrame(
	FrameSize frameSize,
	MessagePeriod messagePeriod,
	uint idCode
)
Public Sub New ( _
	frameSize As FrameSize, _
	messagePeriod As MessagePeriod, _
	idCode As UInteger _
)
public:
ConfigurationFrame(
	FrameSize frameSize, 
	MessagePeriod messagePeriod, 
	unsigned int idCode
)
Parameters
frameSize (FrameSize)
A FrameSize object.
messagePeriod (MessagePeriod)
A MessagePeriod object.
idCode (UInt32)
An UInt32 as the id code.
Remarks
This constructor is used by a consumer to generate a SEL Fast Message configuration frame.

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