otMessageGetInstance

Function otMessageGetInstance 

Source
pub unsafe extern "C" fn otMessageGetInstance(
    aMessage: *const otMessage,
) -> *mut otInstance
Expand description

Gets the otInstance associated with a given message.

@param[in] aMessage A message.

@returns The otInstance associated with @p aMessage.