SCBondInterfaceCopyAvailableMemberInterfaces(_:)
Returns all network capable devices on the system that can be added to an Ethernet bond interface.
Declaration
func SCBondInterfaceCopyAvailableMemberInterfaces(_ prefs: SCPreferences) -> CFArrayParameters
- prefs:
The preferences session.
Return Value
The list of interfaces. You must release the returned value.
See Also
Configuring Ethernet Bond Interfaces
SCBondInterfaceCopyAll(_:)SCBondInterfaceCopyStatus(_:)SCBondInterfaceCreate(_:)SCBondInterfaceGetMemberInterfaces(_:)SCBondInterfaceGetOptions(_:)SCBondInterfaceRemove(_:)SCBondInterfaceSetLocalizedDisplayName(_:_:)SCBondInterfaceSetMemberInterfaces(_:_:)SCBondInterfaceSetOptions(_:_:)SCBondStatusGetInterfaceStatus(_:_:)SCBondStatusGetMemberInterfaces(_:)SCBondStatusGetTypeID()