pub unsafe extern "C" fn otMessageGetOrigin(
aMessage: *const otMessage,
) -> otMessageOrigin
Expand description
Gets the message origin.
@param[in] aMessage A pointer to a message buffer.
@returns The message origin.
pub unsafe extern "C" fn otMessageGetOrigin(
aMessage: *const otMessage,
) -> otMessageOrigin
Gets the message origin.
@param[in] aMessage A pointer to a message buffer.
@returns The message origin.