[][src]Function openthread_sys::otCoapMessageGetType

pub unsafe extern "C" fn otCoapMessageGetType(
    aMessage: *const otMessage
) -> otCoapType

This function returns the Type value.

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

@returns The Type value.