---
title: "SCBondInterfaceCopyAvailableMemberInterfaces(_:)"
framework: systemconfiguration
role: symbol
role_heading: Function
path: "systemconfiguration/scbondinterfacecopyavailablememberinterfaces(_:)"
---

# SCBondInterfaceCopyAvailableMemberInterfaces(_:)

Returns all network capable devices on the system that can be added to an Ethernet bond interface.

## Declaration

```swift
func SCBondInterfaceCopyAvailableMemberInterfaces(_ prefs: SCPreferences) -> CFArray
```

## Parameters

- `prefs`: The preferences session.

## Return Value

Return Value The list of interfaces. You must release the returned value.

## See Also

### Configuring Ethernet Bond Interfaces

- [SCBondInterfaceCopyAll(_:)](systemconfiguration/scbondinterfacecopyall(_:).md)
- [SCBondInterfaceCopyStatus(_:)](systemconfiguration/scbondinterfacecopystatus(_:).md)
- [SCBondInterfaceCreate(_:)](systemconfiguration/scbondinterfacecreate(_:).md)
- [SCBondInterfaceGetMemberInterfaces(_:)](systemconfiguration/scbondinterfacegetmemberinterfaces(_:).md)
- [SCBondInterfaceGetOptions(_:)](systemconfiguration/scbondinterfacegetoptions(_:).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)
