libcoap  4.1.2
Deprecated List
Global coap_new_pdu (void)
This function allocates the maximum storage for each PDU. Use coap_pdu_init() instead.
Global COAP_OPT_DELTA (opt)
{ Use coap_opt_delta() instead.
Global COAP_OPT_LENGTH (opt)
{ Use coap_opt_length() instead.
Global COAP_OPT_SETDELTA (opt, val)
{ Use coap_opt_encode() instead.
Global COAP_OPT_SIZE (opt)
{ Use coap_opt_size() instead.
Global COAP_OPT_VALUE (opt)
{ Use coap_opt_value() instead.
Global coap_option_clrb (coap_opt_filter_t filter, unsigned short type)
Use coap_option_filter_unset() instead.
Global coap_option_getb (const coap_opt_filter_t filter, unsigned short type)
Use coap_option_filter_get() instead.
Global coap_option_setb (coap_opt_filter_t filter, unsigned short type)
Use coap_option_filter_set() instead.