CFSocketMBS class

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

CFSocketMBS class

Super class: CFObjectMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
class CoreFoundation Network MBS MacCF Plugin 3.3 ✅ Yes ❌ No ❌ No ✅ Yes All
A class for a CFSocket.

A CFSocket contains a native socket within a structure that can be used to read from the socket in the background and make the data thus read available using a runloop source.

Addresses are stored as CFDatas containing a struct sockaddr
appropriate for the protocol family; make sure that all fields are
filled in properly when passing in an address.

Some error codes:

kCFSocketSuccess = 0
kCFSocketError = -1
kCFSocketTimeout = -2
Subclass of the CFObjectMBS class.

Super class CFObjectMBS

This class has no sub classes.

Some useful global functions for this class:


The items on this page are in the following plugins: MBS MacCF Plugin.


CFSetMBS   -   CFStreamMBS


💬 Ask a question or report a problem