SCBondInterfaceGetMemberInterfaces

Function SCBondInterfaceGetMemberInterfaces 

Source
pub extern "C-unwind" fn SCBondInterfaceGetMemberInterfaces(
    bond: &SCBondInterface,
) -> Option<CFRetained<CFArray>>
Available on crate feature SCNetworkConfiguration only.
Expand description

Returns the member interfaces for the specified Ethernet Bond interface.

Parameter bond: The SCBondInterface interface.

Returns: The list of interfaces.