---
title: "SCBondInterfaceGetOptions(_:)"
framework: systemconfiguration
role: symbol
role_heading: Function
path: "systemconfiguration/scbondinterfacegetoptions(_:)"
---

# SCBondInterfaceGetOptions(_:)

Returns the configuration settings associated with the specified Ethernet bond interface.

## Declaration

```swift
func SCBondInterfaceGetOptions(_ bond: SCBondInterface) -> CFDictionary?
```

## Parameters

- `bond`: The Ethernet bond interface.

## Return Value

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(_:)](systemconfiguration/scbondinterfacecopyall(_:).md)
- [SCBondInterfaceCopyAvailableMemberInterfaces(_:)](systemconfiguration/scbondinterfacecopyavailablememberinterfaces(_:).md)
- [SCBondInterfaceCopyStatus(_:)](systemconfiguration/scbondinterfacecopystatus(_:).md)
- [SCBondInterfaceCreate(_:)](systemconfiguration/scbondinterfacecreate(_:).md)
- [SCBondInterfaceGetMemberInterfaces(_:)](systemconfiguration/scbondinterfacegetmemberinterfaces(_:).md)
- [SCBondInterfaceRemove(_:)](systemconfiguration/scbondinterfaceremove(_:).md)
- [SCBondInterfaceSetLocalizedDisplayName(_:_:)](systemconfiguration/scbondinterfacesetlocalizeddisplayname(_:_:).md)
- [SCBondInterfaceSetMemberInterfaces(_:_:)](systemconfiguration/scbondinterfacesetmemberinterfaces(_:_:).md)
- [SCBondInterfaceSetOptions(_:_:)](systemconfiguration/scbondinterfacesetoptions(_:_:).md)
- [SCBondStatusGetInterfaceStatus(_:_:)](systemconfiguration/scbondstatusgetinterfacestatus(_:_:).md)
- [SCBondStatusGetMemberInterfaces(_:)](systemconfiguration/scbondstatusgetmemberinterfaces(_:).md)
- [SCBondStatusGetTypeID()](systemconfiguration/scbondstatusgettypeid().md)
