SCBondInterfaceCopyStatus(_:)
Returns the status of the specified Ethernet bond interface.
Declaration
func SCBondInterfaceCopyStatus(_ bond: SCBondInterface) -> SCBondStatus?Parameters
- bond:
The Ethernet bond interface.
Return Value
The status associated with the interface. You must release the returned value.
See Also
Configuring Ethernet Bond Interfaces
SCBondInterfaceCopyAll(_:)SCBondInterfaceCopyAvailableMemberInterfaces(_:)SCBondInterfaceCreate(_:)SCBondInterfaceGetMemberInterfaces(_:)SCBondInterfaceGetOptions(_:)SCBondInterfaceRemove(_:)SCBondInterfaceSetLocalizedDisplayName(_:_:)SCBondInterfaceSetMemberInterfaces(_:_:)SCBondInterfaceSetOptions(_:_:)SCBondStatusGetInterfaceStatus(_:_:)SCBondStatusGetMemberInterfaces(_:)SCBondStatusGetTypeID()