pub unsafe extern "C" fn csp_send(
conn: *mut csp_conn_t,
packet: *mut csp_packet_t,
)Expand description
Send packet on a connection. The packet buffer is automatically freed, and cannot be used after the call to csp_send()
@param[in] conn connection @param[in] packet packet to send