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

Returns the Message ID value.

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

@returns The Message ID value.