---
title: SCNetworkConnectionCallBack
framework: systemconfiguration
role: symbol
role_heading: Type Alias
path: systemconfiguration/scnetworkconnectioncallback
---

# SCNetworkConnectionCallBack

The type of callback function used when a status event is delivered.

## Declaration

```swift
typealias SCNetworkConnectionCallBack = (SCNetworkConnection, SCNetworkConnectionStatus, UnsafeMutableRawPointer?) -> Void
```

## Parameters

- `connection`: The network connection.
- `status`: The connection status.
- `info`: Application-specific information.

## Topics

### Fields

- [connection](systemconfiguration/1807883-connection.md)
- [status](systemconfiguration/1807884-status.md)

## See Also

### Data Types

- [SCNetworkConnection](systemconfiguration/scnetworkconnection.md)
- [SCNetworkConnectionContext](systemconfiguration/scnetworkconnectioncontext.md)
