[][src]Function openthread_sys::otCoapMessageGetToken

pub unsafe extern "C" fn otCoapMessageGetToken(
    aMessage: *const otMessage
) -> *const u8

This function returns a pointer to the Token value.

@param[in] aMessage A pointer to the CoAP message.

@returns A pointer to the Token value.