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