Click or drag to resize

Response Class

Response to request. If returning interface-specific properties, the Response class is extended.
Inheritance Hierarchy

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

The Response type exposes the following members.

Properties
  NameDescription
Public propertyErrors
Error information. Errors.Count becomes 0 if there is no error.
Public propertyResult
Request result.
Top
Fields
  NameDescription
Public fieldStatic memberOK
OK
Top
See Also