Skip to main content

ob_device_write_customer_data

Function ob_device_write_customer_data 

Source
pub unsafe extern "C" fn ob_device_write_customer_data(
    device: *mut ob_device,
    data: *const c_void,
    data_size: u32,
    error: *mut *mut ob_error,
)
Expand description

@brief Set customer data.

@param[in] device The device object. @param[in] data The property data to be set. @param[in] data_size The size of the property to be set,the maximum length cannot exceed 65532 bytes. @param[out] error Log error messages.