Function csp_sendto_reply

Source
pub unsafe extern "C" fn csp_sendto_reply(
    request: *const csp_packet_t,
    reply: *mut csp_packet_t,
    opts: u32,
)
Expand description

Send a packet as a reply to a request (without a connection). Calls csp_sendto() with the source address and port from the request.

@param[in] request incoming request @param[out] reply reply packet @param[in] opts connection options, see @ref CSP_CONNECTION_OPTIONS.