[Previous]
[Up]
[Next]
NSPort
Authors
- Richard Frith-Macdonald
-
Version: $Revision$
Date: $Date$
Declared in: Foundation/NSPort.h
Inherits from: NSObject
Conforms to: NSCoding
Instance Variables
Methods
Class Methods
+ (NSPort*) port;
+ (NSPort*) portWithMachPort: (int)machPort;
Instances Methods
- (void) addConnection: (NSConnection*)connection toRunLoop: (NSRunLoop*)runLoop forMode: (NSString*)mode;
- (id) delegate;
- (id) initWithMachPort: (int)machPort;
- (void) invalidate;
- (BOOL) isValid;
- (int) machPort;
- (void) removeConnection: (NSConnection*)connection fromRunLoop: (NSRunLoop*)runLoop;
- (unsigned int) reservedSpaceLength;
- (void) setDelegate: (id)anObject;
- (void) handleMachMessage: (void*)machMessage;
- (void) handlePortMessage: (NSPortMessage*)portMessage;
- (NSDate*) limitDateForMode: (NSString*)mode;