Up

NSPortMessage class reference

Authors

Richard frith-Macdonald (richard@brainstorm.co.Ik)

Version: 1.12

Date: 2003/06/07 01:24:41

Copyright: (C) 1998,2000 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the NSPortMessage class
  2. Software documentation for the NSPortMessage(private) category

Software documentation for the NSPortMessage class

NSPortMessage : NSObject

Declared in:
Foundation/NSPortMessage.h
Standards:

Description forthcoming.

Method summary

components

- (NSArray*) components;

Description forthcoming.


initWithMachMessage:

- (id) initWithMachMessage: (void*)buffer;

Description forthcoming.


initWithSendPort:receivePort:components:

- (id) initWithSendPort: (NSPort*)aPort receivePort: (NSPort*)anotherPort components: (NSArray*)items;

Description forthcoming.


msgid

- (unsigned) msgid;

Description forthcoming.


receivePort

- (NSPort*) receivePort;

Description forthcoming.


sendBeforeDate:

- (BOOL) sendBeforeDate: (NSDate*)when;

Description forthcoming.


sendPort

- (NSPort*) sendPort;

Description forthcoming.


setMsgid:

- (void) setMsgid: (unsigned)anId;

Description forthcoming.


Software documentation for the NSPortMessage(private) category

NSPortMessage(private)

Declared in:
Foundation/NSPortMessage.h
Standards:

Warning this category is private, which means that the methods are for internal use by the package. You should not use them in external code.

Method summary

_components

- (NSMutableArray*) _components;

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.



Up