pub unsafe extern "C" fn nanocoap_sock_delete_url(
url: *const c_char,
) -> ssize_t
Expand description
@brief Simple synchronous CoAP (confirmable) DELETE for URL
@param[in] url URL of the resource that should be deleted
@returns 0 on success @returns <0 on error