otInstanceGetSingle

Function otInstanceGetSingle 

Source
pub unsafe extern "C" fn otInstanceGetSingle() -> *mut otInstance
Expand description

Gets the pointer to the single OpenThread instance when multiple instances are not in use.

Is available and can only be used when support for multiple OpenThread instances is disabled.

@returns A pointer to the single OpenThread instance.