Click or drag to resize

StorageWriting Class

Derived class of CaptureSetting.
Inheritance Hierarchy

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

The StorageWriting type exposes the following members.

Constructors
  NameDescription
Public methodStorageWriting
Initializes a new instance of the StorageWriting class
Top
Properties
  NameDescription
Public propertyAvailableSettings
Available capture settings value. A list of valid setting values that varies depending on the state and settings of the camera.
(Inherited from CaptureSetting.)
Public propertyName
Capture setting name.
(Inherited from CaptureSetting.)
Public propertyValue
Capture setting value.
(Inherited from CaptureSetting.)
Top
Methods
  NameDescription
Public methodEquals
Indicates whether some other setting values is "equal to" this one.
(Inherited from CaptureSetting.)
Top
Fields
  NameDescription
Public fieldStatic memberCaptureSettingName
StorageWriting
Public fieldStatic memberFalse
false
Public fieldStatic memberTrue
true
Top
See Also