Type Method 型メソッド

anonymousListener

Returns a new anonymous listener connection. 新しい匿名リスナー接続を返します。

Declaration 宣言

+ (NSXPCListener *)anonymousListener;

Discussion 議論

Other processes can connect to this listener by passing this listener object's NSXPCListenerEndpoint to the initWithListenerEndpoint: method of an NSXPCConnection object. 他のプロセスは、このリスナーに接続することが、このリスナーオブジェクトのもつNSXPCListenerEndpointNSXPCConnectionオブジェクトのinitWithListenerEndpoint:メソッドに渡すことによって可能です。