SCNetworkConnectionCopyServiceID(_:)
Returns the service ID associated with the specified network connection.
Declaration
func SCNetworkConnectionCopyServiceID(_ connection: SCNetworkConnection) -> CFString?Parameters
- connection:
The network connection.
Return Value
The service ID associated with the network connection.