pub unsafe extern "C" fn ob_device_get_structured_data(
device: *mut ob_device,
property_id: ob_property_id,
data: *mut u8,
data_size: *mut u32,
error: *mut *mut ob_error,
)Expand description
@brief Get structured data of a device property.
@param[in] device The device object. @param[in] property_id The ID of the property. @param[out] data The obtained property data. @param[out] data_size The size of the obtained property data. @param[out] error Pointer to an error object that will be set if an error occurs.