[][src]Function openthread_sys::otCoapMessageCodeToString

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

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.