Creates a new CommandCell from specified parameters.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public CommandCell( ICommandFrame parent, byte extendedDataByte )
Public Sub New ( _ parent As ICommandFrame, _ extendedDataByte As Byte _ )
public: CommandCell( ICommandFrame^ parent, unsigned char extendedDataByte )
Parameters
- parent (ICommandFrame)
- A reference to the parent ICommandFrame for this CommandCell.
- extendedDataByte (Byte)
- Extended data Byte that represents this CommandCell.