Click or drag to resize

CameraEventListenerDeviceDisconnected Method

The camera device has been disconnected. It will be notified when the cable is pulled out or the main unit is turned off. If you disconnect (CameraDevice.Disconnect) yourself, it will not be notified.

Namespace:  Ricoh.CameraController
Assembly:  RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
Syntax
public virtual void DeviceDisconnected(
	CameraDevice sender,
	DeviceInterface deviceInterface
)

Parameters

sender
Type: Ricoh.CameraControllerCameraDevice
Event notification source
deviceInterface
Type: Ricoh.CameraControllerDeviceInterface
Type of device interface
See Also