pub unsafe extern "C" fn otCoapMessageGetCode(
aMessage: *const otMessage,
) -> otCoapCodeExpand description
Returns the Code value.
@param[in] aMessage A pointer to the CoAP message.
@returns The Code value.
pub unsafe extern "C" fn otCoapMessageGetCode(
aMessage: *const otMessage,
) -> otCoapCodeReturns the Code value.
@param[in] aMessage A pointer to the CoAP message.
@returns The Code value.