| Class | Description |
|---|---|
| CommandParameter |
Model object for a command parameter.
|
| DeviceCommand |
Model object for a command that can be invoked on a device.
|
| DeviceCommandExecution |
Default implementation of the
IDeviceCommandExecution interface. |
| DeviceCommandNamespace |
Used to group device commands that use the same namespace.
|
| DeviceMappingAckCommand |
Default implementation of
IDeviceMappingAckCommand. |
| DeviceStreamAckCommand |
Command sent to a device to indicate status of creating a device stream.
|
| RegistrationAckCommand |
Default implementation of
IRegistrationAckCommand. |
| RegistrationFailureCommand |
Default implementation of
IRegistrationFailureCommand. |
| SendDeviceStreamDataCommand |
System command that sends a chunk of device stream data to a device.
|
| SystemCommand |
Base class for system command implementations.
|