Type Method 型メソッド

anonymous()

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

Declaration 宣言

class func anonymous() -> NSXPCListener

Discussion 議論

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