DekGenius.com
[ Team LiB ] Previous Section Next Section

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

    [ Team LiB ] Previous Section Next Section