openPDC Synchrophasor Help
CommandFrame Constructor (command, messagePeriod)
NamespacesTVA.PhasorProtocols.SelFastMessageCommandFrameCommandFrame(DeviceCommand, MessagePeriod)
Creates a new CommandFrame from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
public CommandFrame(
	DeviceCommand command,
	MessagePeriod messagePeriod
)
Public Sub New ( _
	command As DeviceCommand, _
	messagePeriod As MessagePeriod _
)
public:
CommandFrame(
	DeviceCommand command, 
	MessagePeriod messagePeriod
)
Parameters
command (DeviceCommand)
The DeviceCommand for this CommandFrame.
messagePeriod (MessagePeriod)
The desired MessagePeriod for SEL device connection.
Remarks
This constructor is used by a consumer to generate an SEL Fast Message command frame.

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