(2)mosquitto_destroy voidmosquitto_destroy(structmosquitto*mosq) 功能:用于释放和释放 mosquitto 客户端实例关联的内存。 参数:指向需要free 的 struct mosquitto指针。 三、用户名和密码 mosquitto_username_pw_set intmosquitto_username_pw_set(structmosquitto*mosq,constchar*username,constchar*password) 作用:为 ...