Click or drag to resize

CommandFrameBase(CommandCellCollection, DeviceCommand) Constructor

Creates a new CommandFrameBase from specified parameters.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
protected CommandFrameBase(
	CommandCellCollection cells,
	DeviceCommand command
)
View Source

Parameters

cells  CommandCellCollection
The reference to the CommandCellCollection for this CommandFrameBase.
command  DeviceCommand
The DeviceCommand for this CommandFrameBase.
See Also