pub unsafe extern "C" fn otInstanceGetId(
aInstance: *mut otInstance,
) -> u32
Expand description
Gets the instance identifier.
The instance identifier is set to a random value when the instance is constructed, and then its value will not change after initialization.
@returns The instance identifier.