Function otCoapMessageCodeToString

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

This method returns the CoAP Code as human readable string.

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

@ returns The CoAP Code as string.