Click or drag to resize

CommandCell(ICommandFrame, Byte) Constructor

Creates a new CommandCell from specified parameters.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public CommandCell(
	ICommandFrame parent,
	byte extendedDataByte
)
View Source

Parameters

parent  ICommandFrame
A reference to the parent ICommandFrame for this CommandCell.
extendedDataByte  Byte
Extended data Byte that represents this CommandCell.
See Also