Contents

SCNetworkConnectionCallBack

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

Declaration

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

Parameters

  • connection:

    The network connection.

  • status:

    The connection status.

  • info:

    Application-specific information.

Topics

Fields

See Also

Data Types