[][src]Function paho_mqtt_sys::MQTTProperty_getType

pub unsafe extern "C" fn MQTTProperty_getType(value: MQTTPropertyCodes) -> c_int

Returns the MQTT V5 type code of an MQTT V5 property. @param value an MQTT V5 property code. @return the MQTT V5 type code of the input property. -1 if the code was not found.