The class for a response from a camera device.
More...
#include <ricoh_camera_sdk/response.hpp>
The class for a response from a camera device.
Ricoh::CameraController::Response::Response |
( |
Result |
result | ) |
|
Constructs with the specified result.
- Parameters
-
Ricoh::CameraController::Response::Response |
( |
Result |
result, |
|
|
const std::shared_ptr< Error > & |
error |
|
) |
| |
Constructs with the specified result and error.
- Parameters
-
result | The result |
error | The error |
virtual Ricoh::CameraController::Response::~Response |
( |
| ) |
|
|
virtualdefault |
void Ricoh::CameraController::Response::addError |
( |
const std::shared_ptr< Error > & |
error | ) |
|
Adds the error.
- Parameters
-
const std::vector<std::shared_ptr<Error> >& Ricoh::CameraController::Response::getErrors |
( |
| ) |
const |
Returns the errors.
- Returns
- The errors
Result Ricoh::CameraController::Response::getResult |
( |
| ) |
const |
Returns the result of request to.
- Returns
- The result
The documentation for this class was generated from the following file: