[][src]Function openthread_sys::otThreadGetMaxAllowedChildren

pub unsafe extern "C" fn otThreadGetMaxAllowedChildren(
    aInstance: *mut otInstance
) -> u16

Get the maximum number of children currently allowed.

@param[in] aInstance A pointer to an OpenThread instance.

@returns The maximum number of children currently allowed.

@sa otThreadSetMaxAllowedChildren