pub unsafe extern "C" fn otCoapMessageGetCode(
aMessage: *const otMessage,
) -> otCoapCode
Expand 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,
) -> otCoapCode
Returns the Code value.
@param[in] aMessage A pointer to the CoAP message.
@returns The Code value.