#import <Foundation/Foundation.h>
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 |
void __CFSocketCallOut | ( | CFSocketRef | socket, |
CFSocketCallBackType | type, | ||
CFDataRef | address, | ||
const void * | data, | ||
void * | info | ||
) |
Definition at line 252 of file CFSocket.m.
NSString* const CFSocketErrorDomain |
Definition at line 250 of file CFSocket.m.