This is the complete list of members for Coap, including all inherited members.
| addObserver(Observer **observer_out, const char *endpoint, IPAddress ip, int port, const uint8_t *token, uint8_t tokenLength) | Coap | |
| Coap(UDP &udp, size_t coapBufferSize=COAP_BUF_MAX_SIZE) | Coap | |
| get(IPAddress ip, int port, const char *url) | Coap | |
| loop() | Coap | |
| notifyObservers(const char *observed_endpoint, const char *payload, int payload_len, COAP_CONTENT_TYPE type) | Coap | |
| post(IPAddress ip, int port, const char *url, const char *payload) | Coap | |
| post(IPAddress ip, int port, const char *url, const char *payload, size_t payloadLength) | Coap | |
| put(IPAddress ip, int port, const char *url, const char *payload) | Coap | |
| put(IPAddress ip, int port, const char *url, const char *payload, size_t payloadLength) | Coap | |
| removeObserver(const char *endpoint, IPAddress ip, int port, const uint8_t *token, uint8_t tokenLength) | Coap | |
| response(CoapCallback c) | Coap | inline |
| send(IPAddress ip, int port, const char *url, COAP_TYPE type, COAP_METHOD method, const uint8_t *token, uint8_t tokenLength, const uint8_t *payload, size_t payloadLength) | Coap | |
| send(IPAddress ip, int port, const char *url, COAP_TYPE type, COAP_METHOD method, const uint8_t *token, uint8_t tokenLength, const uint8_t *payload, size_t payloadLength, COAP_CONTENT_TYPE contentType) | Coap | |
| send(IPAddress ip, int port, const char *url, COAP_TYPE type, COAP_METHOD method, const uint8_t *token, uint8_t tokenLength, const uint8_t *payload, size_t payloadLength, COAP_CONTENT_TYPE contentType, uint16_t messageId) | Coap | |
| sendResponse(IPAddress ip, int port, uint16_t messageId) | Coap | |
| sendResponse(IPAddress ip, int port, uint16_t messageId, const char *payload) | Coap | |
| sendResponse(IPAddress ip, int port, uint16_t messageId, const char *payload, size_t payloadLength) | Coap | |
| sendResponse(IPAddress ip, int port, uint16_t messageId, const char *payload, size_t payloadLength, COAP_RESPONSE_CODE code, COAP_CONTENT_TYPE type, const uint8_t *token, int tokenLength) | Coap | |
| server(CoapCallback c, String url) | Coap | inline |
| start() | Coap | |
| start(int port) | Coap | |
| ~Coap() | Coap |