openthread_sys

Function 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.