Interface | Description |
---|---|
CommunicatorInfo |
Base interface defining information abut Communicator.
|
StatusHandler |
Base interface to be used by Communicator for notification operations status.
|
Class | Description |
---|---|
Canceled |
Indicates operation cancellation.
|
DefaultCommunicatorInfo |
Base implementation of CommunicatorInfo.
|
DeserializerNotFound |
Indicates that deserializer dedicated to the command type is not found.
|
DeviceNotFound |
Indicates that device not found.
|
Failure |
Base class for failure status.
|
IOError |
Indicates IO error.
|
NotInitialized |
Indicates not initialized status.
|
NotSupported |
Indicates not supported operation.
|
ReferenceStatusHandler |
Implementation of StatusHandler.
|
SerializerNotFound |
Indicates that serializer dedicated to the Command is not found.
|
Status |
Base class for Communicator statuses.
|
Success |
Indicates success of the operation.
|
UnknownCommand |
Indicates
class CommandType for given interface Command was not found. |
UnknownCommandType |
Indicates
interface Command for given class CommandType was not found. |
UnknownFailure |
Unknown failure detection status.
|