Class

NSXPCConnection

A bidirectional communication channel between two processes. 2つのプロセス間の双方向通信経路。

Declaration 宣言

class NSXPCConnection : NSObject

Overview 概要

This class is the primary means of creating and configuring the communication mechanism between two processes. Each process has one instance of this class to represent the endpoint in the communication channel. このクラスは、2つのプロセス間での通信の仕組みを作成および構成設定する主要な手段です。各プロセスは、このクラスの1つのインスタンスを持つことで、通信経路における終端を表します。

Topics 話題

Creating Connections 接続を作成する

Error Codes さまざまなエラーコード

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

Instance Methods インスタンス メソッド

Type Methods 型メソッド

Relationships 関係

Inherits From 継承元

Conforms To 次に準拠

See Also 参照

XPC Client