[][src]Function realsense_sys::rs2_create_device_hub

pub unsafe extern "C" fn rs2_create_device_hub(
    context: *const rs2_context,
    error: *mut *mut rs2_error
) -> *mut rs2_device_hub

\brief Creates RealSense device_hub . \param[in] context The context for the device hub \param[out] error If non-null, receives any error that occurs during this call, otherwise, errors are ignored. \return Device hub object