pub unsafe extern "C" fn otThreadGetLocalLeaderPartitionId(
aInstance: *mut otInstance,
) -> u32Expand description
Get the Thread Leader Partition Id used when operating in the Leader role.
@param[in] aInstance A pointer to an OpenThread instance.
@returns The Thread Leader Partition Id value.