pub unsafe extern "C" fn otThreadGetRloc(
aInstance: *mut otInstance,
) -> *const otIp6Address
Expand description
Gets the Thread Routing Locator (RLOC) address.
@param[in] aInstance A pointer to an OpenThread instance.
@returns A pointer to the Thread Routing Locator (RLOC) address.