Click or drag to resize

CommandFrame(UInt64, DeviceCommand) Constructor

Creates a new CommandFrame from specified parameters.

Namespace: GSF.PhasorProtocols.IEEE1344
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public CommandFrame(
	ulong idCode,
	DeviceCommand command
)
View Source

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