SCBondStatusGetMemberInterfaces(_:)
Returns the member interfaces that are represented with the Ethernet bond interface.
Declaration
func SCBondStatusGetMemberInterfaces(_ bondStatus: SCBondStatus) -> CFArray?Parameters
- bondStatus:
The Ethernet bond status.
Return Value
The list of interfaces.
See Also
Configuring Ethernet Bond Interfaces
SCBondInterfaceCopyAll(_:)SCBondInterfaceCopyAvailableMemberInterfaces(_:)SCBondInterfaceCopyStatus(_:)SCBondInterfaceCreate(_:)SCBondInterfaceGetMemberInterfaces(_:)SCBondInterfaceGetOptions(_:)SCBondInterfaceRemove(_:)SCBondInterfaceSetLocalizedDisplayName(_:_:)SCBondInterfaceSetMemberInterfaces(_:_:)SCBondInterfaceSetOptions(_:_:)SCBondStatusGetInterfaceStatus(_:_:)SCBondStatusGetTypeID()