pub unsafe extern "C" fn otCoapMessageGetType(
aMessage: *const otMessage,
) -> otCoapTypeExpand description
This function returns the Type value.
@param[in] aMessage A pointer to the CoAP message.
@returns The Type value.
pub unsafe extern "C" fn otCoapMessageGetType(
aMessage: *const otMessage,
) -> otCoapTypeThis function returns the Type value.
@param[in] aMessage A pointer to the CoAP message.
@returns The Type value.