Click or drag to resize

CameraDeviceIsConnected Method

Get connection status with the camera.

Namespace:  Ricoh.CameraController
Assembly:  RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
Syntax
public bool IsConnected(
	DeviceInterface deviceInterface
)

Parameters

deviceInterface
Type: Ricoh.CameraControllerDeviceInterface
Type of device interface

Return Value

Type: Boolean
Returns true during connection.
See Also