CameraDeviceDisconnect Method
|
Disconnect with the specified device interface.
Namespace:
Ricoh.CameraController
Assembly:
RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
Syntax public Response Disconnect(
DeviceInterface deviceInterface
)
Public Function Disconnect (
deviceInterface As DeviceInterface
) As Response
public:
Response^ Disconnect(
DeviceInterface deviceInterface
)
Parameters
- deviceInterface
- Type: Ricoh.CameraControllerDeviceInterface
Type of device interface
Return Value
Type:
ResponseDisconnection success or failure
See Also