CameraDeviceGetCameraDeviceSettings Method
|
Get the camera device setting.
Namespace:
Ricoh.CameraController
Assembly:
RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
Syntax public Response GetCameraDeviceSettings(
List<CameraDeviceSetting> settings
)
Public Function GetCameraDeviceSettings (
settings As List(Of CameraDeviceSetting)
) As Response
public:
Response^ GetCameraDeviceSettings(
List<CameraDeviceSetting^>^ settings
)
Parameters
- settings
- Type: System.Collections.GenericListCameraDeviceSetting
Specify the camera device setting you want to get. Result is saved here
Return Value
Type:
ResponseResponse to request
See Also