nabto_client_coap_free()
DESCRIPTION
Free a coap request. Outstanding futures will be resolved.
DECLARATION
NABTO_CLIENT_DECL_PREFIX void NABTO_CLIENT_API
nabto_client_coap_free(NabtoClientCoap* coap)
PARAMETERS
coap:
- The CoAP request to free.
RETURN VALUES
None.
EXAMPLES
None.