Creates a new CommandFrame from specified parameters.
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | 
public CommandFrame( ulong idCode, DeviceCommand command )
Public Sub New ( _ idCode As ULong, _ command As DeviceCommand _ )
public: CommandFrame( unsigned long long idCode, DeviceCommand command )
 Parameters
 Parameters- idCode (UInt64)
- The ID code of this CommandFrame.
- command (DeviceCommand)
- The DeviceCommand for this CommandFrame.
 Remarks
 Remarks
            This constructor is used by a consumer to generate an IEEE 1344 command frame.