pub unsafe extern "C" fn otCoapMessageGetTokenLength(
aMessage: *const otMessage,
) -> u8Expand description
Returns the Token length.
@deprecated This function is deprecated. Use otCoapMessageReadToken() instead.
@param[in] aMessage A pointer to the CoAP message.
@returns The Token length.