[][src]Function paho_mqtt_sys::MQTTProperties_getProperty

pub unsafe extern "C" fn MQTTProperties_getProperty(
    props: *mut MQTTProperties,
    propid: MQTTPropertyCodes
) -> *mut MQTTProperty

Returns a pointer to the property structure for a specific property. @param props pointer to the property list. @param propid the property id to check for. @return the pointer to the property structure if found. NULL if not found.