coap_client.h 254 B

1234567891011121314
  1. #ifndef _COAP_CLIENT_H
  2. #define _COAP_CLIENT_H 1
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. void coap_client_response_handler(char *data, unsigned short len, unsigned short size, const uint32_t ip, const uint32_t port);
  7. #ifdef __cplusplus
  8. }
  9. #endif
  10. #endif