Click or drag to resize

CommandFrame(DeviceCommand) Constructor

Creates a new CommandFrame from specified parameters.

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

Parameters

command  DeviceCommand
The DeviceCommand for this CommandFrame.
Remarks
This constructor is used by a consumer to generate an Macrodyne command frame.
See Also