[][src]Function libcoap_sys::coap_session_set_app_data

pub unsafe extern "C" fn coap_session_set_app_data(
    session: *mut coap_session_t,
    data: *mut c_void
)

Stores @p data with the given session. This function overwrites any value that has previously been stored with @p session.