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

# SCBondStatusGetInterfaceStatus(_:_:)

Returns the status of the specified member interface of an Ethernet bond or the status of the bond as a whole.

```
func SCBondStatusGetInterfaceStatus(_ bondStatus: SCBondStatus, _ interface: SCNetworkInterface?) -> CFDictionary?
```

## Parameters

`bondStatus`

The Ethernet bond status.

`interface`

The member interface whose status is needed. Pass `NULL` to get the status of the Ethernet bond.

## Return Value

The interface status.

## 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)