- Global coap_new_pdu ()
- 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. }