This header file contains detail functions, not meant for public use. More...
#include "../Definitions.h"Go to the source code of this file.
Namespaces | |
| namespace | Coap |
| Namespace for the library. | |
| namespace | Coap::Detail |
| Internal details of the library. Not for public use. | |
Functions | |
| unsigned long | Coap::Detail::getRandomTimeout () |
| Get a random timeout value for retransmissions. | |
| size_t | Coap::Detail::getMinOptionBytes (uint32_t value) |
| Return the minimum number of bytes needed to represent the given value. | |
| ErrorCode | Coap::Detail::sendUdp (UDP *udp, const uint8_t *data, size_t length, IPAddress ip, uint16_t port) |
| Wrapper around low level function to send raw UDP data. | |
This header file contains detail functions, not meant for public use.
This software is released under the MIT License. Copyright (c) 2026 Pasquale Lafiosca