Function otCoapMessageGetCode

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

This function returns the Code value.

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

@returns The Code value.