Skip to main content

ob_delete_device

Function ob_delete_device 

Source
pub unsafe extern "C" fn ob_delete_device(
    device: *mut ob_device,
    error: *mut *mut ob_error,
)
Expand description

@brief Delete a device.

@param[in] device The device to be deleted. @param[out] error Pointer to an error object that will be set if an error occurs.