openPDC Synchrophasor Help
CommandFrame Constructor (idCode, command)
NamespacesTVA.PhasorProtocols.Ieee1344CommandFrameCommandFrame(UInt64, DeviceCommand)
Creates a new CommandFrame from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
public CommandFrame(
	ulong idCode,
	DeviceCommand command
)
Public Sub New ( _
	idCode As ULong, _
	command As DeviceCommand _
)
public:
CommandFrame(
	unsigned long long idCode, 
	DeviceCommand command
)
Parameters
idCode (UInt64)
The ID code of this CommandFrame.
command (DeviceCommand)
The DeviceCommand for this CommandFrame.
Remarks
This constructor is used by a consumer to generate an IEEE 1344 command frame.

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