SCBondStatusGetInterfaceStatus(_:_:)
Returns the status of the specified member interface of an Ethernet bond or the status of the bond as a whole.
Declaration
func SCBondStatusGetInterfaceStatus(_ bondStatus: SCBondStatus, _ interface: SCNetworkInterface?) -> CFDictionary?Parameters
- bondStatus:
The Ethernet bond status.
- interface:
The member interface whose status is needed. Pass
NULLto get the status of the Ethernet bond.
Return Value
The interface status.
See Also
Configuring Ethernet Bond Interfaces
SCBondInterfaceCopyAll(_:)SCBondInterfaceCopyAvailableMemberInterfaces(_:)SCBondInterfaceCopyStatus(_:)SCBondInterfaceCreate(_:)SCBondInterfaceGetMemberInterfaces(_:)SCBondInterfaceGetOptions(_:)SCBondInterfaceRemove(_:)SCBondInterfaceSetLocalizedDisplayName(_:_:)SCBondInterfaceSetMemberInterfaces(_:_:)SCBondInterfaceSetOptions(_:_:)SCBondStatusGetMemberInterfaces(_:)SCBondStatusGetTypeID()