Function otCoapMessageGetTokenLength

Source
pub unsafe extern "C" fn otCoapMessageGetTokenLength(
    aMessage: *const otMessage,
) -> u8
Expand description

This function returns the Token length.

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

@returns The Token length.