<!--
{
  "availability" : [
    "macOS: 10.5.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SystemConfiguration",
  "identifier" : "/documentation/SystemConfiguration/SCBondInterfaceSetMemberInterfaces(_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "System Configuration"
    ],
    "preciseIdentifier" : "c:@F@SCBondInterfaceSetMemberInterfaces"
  },
  "title" : "SCBondInterfaceSetMemberInterfaces(_:_:)"
}
-->

# SCBondInterfaceSetMemberInterfaces(_:_:)

Sets the member interfaces for the specified Ethernet bond interface.

```
func SCBondInterfaceSetMemberInterfaces(_ bond: SCBondInterface, _ members: CFArray) -> Bool
```

## Parameters

`bond`

The Ethernet bond interface

`members`

The desired member interfaces.

## Return Value

`TRUE` if the configuration was stored; `FALSE` if an error occurred.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)