Click or drag to resize

StartCaptureResponse Class

Response to request including the capture information.
Inheritance Hierarchy
SystemObject
  Ricoh.CameraControllerResponse
    Ricoh.CameraControllerStartCaptureResponse

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

The StartCaptureResponse type exposes the following members.

Properties
  NameDescription
Public propertyCapture
Capture information.
Public propertyErrors
Error information. Errors.Count becomes 0 if there is no error.
(Inherited from Response.)
Public propertyResult
Request result.
(Inherited from Response.)
Top
See Also