Function riot_sys::gcoap_obs_send

source ·
pub unsafe extern "C" fn gcoap_obs_send(
    buf: *const u8,
    len: size_t,
    resource: *const coap_resource_t
) -> size_t
Expand description

@brief Sends a buffer containing a CoAP Observe notification to the observer registered for a resource

Assumes a single observer for a resource.

@param[in] buf Buffer containing the PDU @param[in] len Length of the buffer @param[in] resource Resource to send

@return length of the packet @return 0 if cannot send