[][src]Function openthread_sys::otCoapMessageGetCode

pub unsafe extern "C" fn otCoapMessageGetCode(
    aMessage: *const otMessage
) -> otCoapCode

This function returns the Code value.

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

@returns The Code value.