NSMessagePort

NSMessagePort Mac OS X 10.0

This subclass of NSPort provides an interface to objects that serve as endpoints for distributed objects connections between processes on the same machine. NSMachPort provides similar functionality that is implemented using Mach IPC ports, while NSSocketPort supports messaging over a network.

figs/cocn_1352.gif

@interface NSMessagePort : NSPort



    Part II: API Quick Reference
    Chapter 13. Foundation Classes