mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-22 17:12:55 +08:00
14 lines
414 B
C
14 lines
414 B
C
#include "_mqtt__MQTT.h"
|
|
|
|
void _mqtt__MQTT___init__(PikaObj* self,
|
|
char* ip,
|
|
int port,
|
|
char* clinetID,
|
|
char* username,
|
|
char* password,
|
|
char* version,
|
|
char* ca,
|
|
int keepalive) {
|
|
|
|
}
|