SCNetworkConnectionCallBack
The type of callback function used when a status event is delivered.
Declaration
typealias SCNetworkConnectionCallBack = (SCNetworkConnection, SCNetworkConnectionStatus, UnsafeMutableRawPointer?) -> VoidParameters
- connection:
The network connection.
- status:
The connection status.
- info:
Application-specific information.