pub unsafe extern "C" fn otCoapMessageCodeToString(
aMessage: *const otMessage,
) -> *const c_char
Expand description
Returns the CoAP Code as human readable string.
@param[in] aMessage A pointer to the CoAP message.
@ returns The CoAP Code as string.