[Previous] [Up] [Next]

NSPort

Authors

Richard Frith-Macdonald

Version: $Revision$

Date: $Date$

NSPort

NSPort

Declared in: Foundation/NSPort.h

Inherits from: NSObject

Conforms to: NSCoding


Instance Variables

Methods


Class Methods

port

+ (NSPort*) port;

portWithMachPort:

+ (NSPort*) portWithMachPort: (int)machPort;


Instances Methods

addConnection:toRunLoop:forMode:

- (void) addConnection: (NSConnection*)connection toRunLoop: (NSRunLoop*)runLoop forMode: (NSString*)mode;

delegate

- (id) delegate;

initWithMachPort:

- (id) initWithMachPort: (int)machPort;

invalidate

- (void) invalidate;

isValid

- (BOOL) isValid;

machPort

- (int) machPort;

removeConnection:fromRunLoop:

- (void) removeConnection: (NSConnection*)connection fromRunLoop: (NSRunLoop*)runLoop;

reservedSpaceLength

- (unsigned int) reservedSpaceLength;

setDelegate:

- (void) setDelegate: (id)anObject;

handleMachMessage:

- (void) handleMachMessage: (void*)machMessage;

handlePortMessage:

- (void) handlePortMessage: (NSPortMessage*)portMessage;

limitDateForMode:

- (NSDate*) limitDateForMode: (NSString*)mode;