Creates a new CommandFrame from specified parameters.

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 )

- idCode (UInt64)
- The ID code of this CommandFrame.
- command (DeviceCommand)
- The DeviceCommand for this CommandFrame.

This constructor is used by a consumer to generate an IEEE 1344 command frame.