CommandFrame(UInt64, DeviceCommand) Constructor

Creates a new CommandFrame from specified parameters.

Definition

Namespace: Gemstone.PhasorProtocols.IEEE1344
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.153 -- Release Build+ada5559b3b674dd4675f3b08c42ff237a50f01ca
public CommandFrame(
	ulong 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.

See Also