[][src]Function openthread_sys::otCoapMessageGetMessageId

pub unsafe extern "C" fn otCoapMessageGetMessageId(
    aMessage: *const otMessage
) -> u16

This function returns the Message ID value.

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

@returns The Message ID value.