Click or drag to resize

CameraStorage Class

Information on the storage of the camera device.
Inheritance Hierarchy
SystemObject
  Ricoh.CameraControllerCameraStorage

Namespace:  Ricoh.CameraController
Assembly:  RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
Syntax
public class CameraStorage

The CameraStorage type exposes the following members.

Properties
  NameDescription
Public propertyFreeSpace
Available free space. (byte)
Public propertyID
Storage identifier.
Public propertyImages
Image information list. Image list is updated automatically while connected in the background.
Public propertyIsAvailable
Whether it is available.
Public propertyListImagesState
Acquisition status of image information list in storage.
Public propertyMaxCapacity
Maximum available capacity. (byte)
Public propertyPermission
Storage permission.
Public propertyRemainingPictures
Number of remaining shootable pictures.
Public propertyType
Storage type.
Top
See Also