mirror of git://vps1.g8bpq.net/linbpq
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
340 B
11 lines
340 B
int MQTTConnect(char* host, int port, char* user, char* pass);
|
|
int MQTTPublish(void * msg, char *topic);
|
|
|
|
void MQTTKISSTX(void *message);
|
|
void MQTTKISSTX_RAW(char* buffer, int bufferLength, void* PORT);
|
|
void MQTTKISSRX(void *message);
|
|
void MQTTKISSRX_RAW(char* buffer, int bufferLength, void* PORT);
|
|
|
|
void MQTTMessageEvent(void *message);
|
|
|