[][src]Function paho_mqtt_sys::MQTTProperties_read

pub unsafe extern "C" fn MQTTProperties_read(
    properties: *mut MQTTProperties,
    pptr: *mut *mut c_char,
    enddata: *mut c_char
) -> c_int

Reads a property list from a character buffer into an array. @param properties pointer to the property list to be filled. Should be initalized but empty. @param pptr pointer to the character buffer. @param enddata pointer to the end of the character buffer so we don't read beyond. @return 1 if the properties were read successfully.