Function SCNetworkProtocolGetConfiguration

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

Returns the configuration settings associated with the protocol.

Parameter protocol: The network protocol.

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