Function openthread_sys::otCoapMessageGetType

source ยท
pub unsafe extern "C" fn otCoapMessageGetType(
    aMessage: *const otMessage,
) -> otCoapType
Expand description

Returns the Type value.

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

@returns The Type value.