Initializer

init(listenerEndpoint:)

Initializes an NSXPCConnection object to connect to an NSXPCListener object in another process, identified by an NSXPCListenerEndpoint object. NSXPCConnectionオブジェクトを初期化して、別のプロセスにおけるNSXPCListenerオブジェクトに接続します、NSXPCListenerEndpointオブジェクトによって識別されます。

Declaration 宣言

init(listenerEndpoint endpoint: NSXPCListenerEndpoint)

Parameters パラメータ

endpoint

The desired listener endpoint for the service. サービスに対する望ましいリスナー終端点。

See Also 参照

Creating Connections 接続を作成する

Related Documentation 関連文書