SCBondInterfaceCreate(_:)
Creates a new Ethernet bond interface.
Declaration
func SCBondInterfaceCreate(_ prefs: SCPreferences) -> SCBondInterface?Parameters
- prefs:
The preferences session.
Return Value
The new Ethernet bond interface, represented by an SCBondInterface object. You must release the returned value.
See Also
Configuring Ethernet Bond Interfaces
SCBondInterfaceCopyAll(_:)SCBondInterfaceCopyAvailableMemberInterfaces(_:)SCBondInterfaceCopyStatus(_:)SCBondInterfaceGetMemberInterfaces(_:)SCBondInterfaceGetOptions(_:)SCBondInterfaceRemove(_:)SCBondInterfaceSetLocalizedDisplayName(_:_:)SCBondInterfaceSetMemberInterfaces(_:_:)SCBondInterfaceSetOptions(_:_:)SCBondStatusGetInterfaceStatus(_:_:)SCBondStatusGetMemberInterfaces(_:)SCBondStatusGetTypeID()