[Previous]
[Up]
[Next]
NSPort
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Foundation/NSPort.h
Inherits from: NSObject
Conforms to: NSCoding
+ (NSPort*) port
+ (NSPort*) portWithMachPort: (int)machPort
- (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