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

Gets 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