RICOH Camera USB SDK for C++  1.1.0
RICOH Camera USB SDK for C++
Classes | Namespaces | Enumerations
camera_storage.hpp File Reference
#include <cstdint>
#include <string>
#include <vector>
#include <memory>
#include <ricoh_camera_sdk/export.hpp>
Include dependency graph for camera_storage.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ricoh::CameraController::CameraStorage
 The class for camera storage. More...
 

Namespaces

 Ricoh
 
 Ricoh::CameraController
 

Enumerations

enum  Ricoh::CameraController::StorageType {
  Ricoh::CameraController::StorageType::Unknown, Ricoh::CameraController::StorageType::FixedROM, Ricoh::CameraController::StorageType::RemovableROM, Ricoh::CameraController::StorageType::FixedRAM,
  Ricoh::CameraController::StorageType::RemovableRAM
}
 The storage type. More...
 
enum  Ricoh::CameraController::StoragePermission { Ricoh::CameraController::StoragePermission::Unknown, Ricoh::CameraController::StoragePermission::ReadWrite, Ricoh::CameraController::StoragePermission::Read, Ricoh::CameraController::StoragePermission::ReadDelete }
 The storage permission. More...
 
enum  Ricoh::CameraController::StorageListImagesState {
  Ricoh::CameraController::StorageListImagesState::NotListed, Ricoh::CameraController::StorageListImagesState::Listing, Ricoh::CameraController::StorageListImagesState::Pending, Ricoh::CameraController::StorageListImagesState::Listed,
  Ricoh::CameraController::StorageListImagesState::Interrupted
}
 The type of acquisition status of image list in a storage. More...