Interface | Description |
---|---|
ICommandParameter |
A parameter assocaiated with a
IDeviceCommand . |
IDeviceCommand |
A parameterized command issued to a device.
|
IDeviceCommandExecution |
Represents an
IDeviceCommand combined with an
IDeviceCommandInvocation to represent the actual call made to the
target. |
IDeviceCommandNamespace |
Used for grouping device commands by namespace.
|
IDeviceMappingAckCommand |
Sends information about a pending device mapping operation to an interested
device.
|
IDeviceStreamAckCommand |
Acknowledges device stream create request.
|
IRegistrationAckCommand |
Acknowledges successful registration.
|
IRegistrationFailureCommand |
Command that indicates device registration failed.
|
ISendDeviceStreamDataCommand |
Sends a chunk of device stream data to a device.
|
ISystemCommand |
System command issued to device.
|
Enum | Description |
---|---|
DeviceMappingResult |
Enumeration of results for device mapping operations.
|
DeviceStreamStatus |
Enumerates possible status values for
IDeviceStreamAckCommand . |
ParameterType |
Indicates parameter datatype.
|
RegistrationFailureReason |
Enumerates reasons device registration can fail.
|
RegistrationSuccessReason |
Enumerates reasons registration was successful.
|
SystemCommandType |
Enumerates types of system commands that may be sent to devices.
|