Function openthread_sys::otCoapMessageGetToken
source ยท pub unsafe extern "C" fn otCoapMessageGetToken(
aMessage: *const otMessage,
) -> *const u8
Expand description
Returns a pointer to the Token value.
@param[in] aMessage A pointer to the CoAP message.
@returns A pointer to the Token value.