libcoap 4.3.5-develop-19cef11
|
Encoding and decoding Coap data types functions. More...
#include "coap3/coap_libcoap_build.h"
Go to the source code of this file.
Functions | |
int | coap_fls (unsigned int i) |
int | coap_flsll (long long j) |
unsigned int | coap_decode_var_bytes (const uint8_t *buf, size_t len) |
Decodes multiple-length byte sequences. More... | |
unsigned int | coap_encode_var_safe (uint8_t *buf, size_t length, unsigned int val) |
Encodes multiple-length byte sequences. More... | |
uint64_t | coap_decode_var_bytes8 (const uint8_t *buf, size_t len) |
Decodes multiple-length byte sequences. More... | |
unsigned int | coap_encode_var_safe8 (uint8_t *buf, size_t length, uint64_t val) |
Encodes multiple-length byte sequences. More... | |
Encoding and decoding Coap data types functions.
Definition in file coap_encode.c.
int coap_fls | ( | unsigned int | i | ) |
Definition at line 21 of file coap_encode.c.
int coap_flsll | ( | long long | j | ) |