nodemcu-firmware/app/coap/coap_client.h

15 lines
207 B
C

#ifndef _COAP_SERVER_H
#define _COAP_SERVER_H 1
#ifdef __cplusplus
extern "C" {
#endif
size_t coap_server_respond(char *data, unsigned short len, unsigned short size);
#ifdef __cplusplus
}
#endif
#endif