Function SCNetworkInterfaceGetConfiguration

Source
pub unsafe extern "C-unwind" fn SCNetworkInterfaceGetConfiguration(
    interface: &SCNetworkInterface,
) -> Option<CFRetained<CFDictionary>>
Available on crate feature SCNetworkConfiguration only.
Expand description

Returns the configuration settings associated with a interface.

Parameter interface: The network interface.

Returns: The configuration settings associated with the interface; NULL if no configuration settings are associated with the interface or an error was encountered.