wifi-tally_Oostendam/nodemcu-firmware/app/coap/coap_client.h

15 lines
254 B
C
Raw Permalink Normal View History

2021-09-27 19:52:27 +00:00
#ifndef _COAP_CLIENT_H
#define _COAP_CLIENT_H 1
#ifdef __cplusplus
extern "C" {
#endif
void coap_client_response_handler(char *data, unsigned short len, unsigned short size, const uint32_t ip, const uint32_t port);
#ifdef __cplusplus
}
#endif
#endif