Contents

readCallBack

The callback is called when data is available to be read or a new connection is waiting to be accepted. The data is not automatically read; the callback must read the data itself.

Declaration

static var readCallBack: CFSocketCallBackType { get }

See Also

Constants