Contents

writeCallBack

The callback is called when the socket is writable. This callback type may be useful when large amounts of data are being sent rapidly over the socket and you want a notification when there is space in the kernel buffers for more data.

Declaration

static var writeCallBack: CFSocketCallBackType { get }

See Also

Constants