SCBondInterfaceGetOptions(_:)
Returns the configuration settings associated with the specified Ethernet bond interface.
Declaration
func SCBondInterfaceGetOptions(_ bond: SCBondInterface) -> CFDictionary?Parameters
- bond:
The Ethernet bond interface.
Return Value
The configuration settings associated with the Ethernet bond interface, or NULL if no changes to the default configuration have been saved.
See Also
Configuring Ethernet Bond Interfaces
SCBondInterfaceCopyAll(_:)SCBondInterfaceCopyAvailableMemberInterfaces(_:)SCBondInterfaceCopyStatus(_:)SCBondInterfaceCreate(_:)SCBondInterfaceGetMemberInterfaces(_:)SCBondInterfaceRemove(_:)SCBondInterfaceSetLocalizedDisplayName(_:_:)SCBondInterfaceSetMemberInterfaces(_:_:)SCBondInterfaceSetOptions(_:_:)SCBondStatusGetInterfaceStatus(_:_:)SCBondStatusGetMemberInterfaces(_:)SCBondStatusGetTypeID()