Contents

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 NULL to get the status of the Ethernet bond.

Return Value

The interface status.

See Also

Configuring Ethernet Bond Interfaces