Contents

NSMachBootstrapServer

A port name server that takes and returns Mach port objects.

Declaration

@interface NSMachBootstrapServer : NSPortNameServer

Overview

Port removal functionality is not supported in NSMachBootstrapServer; if you want to cancel a service, you have to destroy the port (invalidate the NSMachPort given to registerPort:name:).

Topics

Getting the Server Object

Looking up Ports

Registering Ports

See Also

Legacy