Core Foundation Sockets  v0.2(28.0)
 All Classes Files Functions Variables Properties
Classes | Functions | Variables
CFSocket.h File Reference
#import <Foundation/Foundation.h>
Include dependency graph for CFSocket.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

protocol  <CFSocketDelegate>
 
class  CFSocket
 Wraps Core Foundation's sockets in Objective-C clothing. More...
 

Functions

void __CFSocketCallOut (CFSocketRef socket, CFSocketCallBackType type, CFDataRef address, const void *data, void *info)
 

Variables

NSString *const CFSocketErrorDomain
 

Function Documentation

void __CFSocketCallOut ( CFSocketRef  socket,
CFSocketCallBackType  type,
CFDataRef  address,
const void *  data,
void *  info 
)

Definition at line 252 of file CFSocket.m.

Variable Documentation

NSString* const CFSocketErrorDomain

Definition at line 250 of file CFSocket.m.