Instance Property インスタンスプロパティ

endpoint

Returns an endpoint object that may be sent over an existing connection. 既存の接続越しに送られるかもしれない終端点オブジェクトを返します。

Declaration 宣言

var endpoint: NSXPCListenerEndpoint { get }

Discussion 議論

The receiver of the endpoint can use this object to create a new connection to this NSXPCListener object. The resulting NSXPCListenerEndpoint object uniquely names this listener object across connections. 終端点のレシーバは、このオブジェクトを使ってある新しい接続をこのNSXPCListenerオブジェクトに対して作成します。結果のNSXPCListenerEndpointオブジェクトは、特有にこのリスナーオブジェクトを複数の接続をまたいで指名します。

See Also 参照

Related Documentation 関連文書