Function SCNetworkServiceGetServiceID

Source
pub unsafe extern "C-unwind" fn SCNetworkServiceGetServiceID(
    service: &SCNetworkService,
) -> Option<CFRetained<CFString>>
Available on crate feature SCNetworkConfiguration only.
Expand description

Returns the identifier for the service.

Parameter service: The network service.

Returns: The service identifier.