SCBondInterfaceCopyAvailableMemberInterfaces

Function SCBondInterfaceCopyAvailableMemberInterfaces 

Source
pub extern "C-unwind" fn SCBondInterfaceCopyAvailableMemberInterfaces(
    prefs: &SCPreferences,
) -> CFRetained<CFArray>
Available on crate features SCNetworkConfiguration and SCPreferences only.
Expand description

Returns all network capable devices on the system that can be added to an Ethernet Bond interface.

Parameter prefs: The “preferences” session.

Returns: The list of interfaces. You must release the returned value.