ProsecCoAP 🥂
 
Loading...
Searching...
No Matches
Detail.h File Reference

This header file contains internal implementation functions, not meant for external 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.
 

Detailed Description

This header file contains internal implementation functions, not meant for external use.