Type Method 型メソッド

connectionWithReceivePort:sendPort:

Returns an NSConnection object that communicates using given send and receive ports. あるNSConnectionオブジェクトを返します、それは与えられた送信および受信ポートを使って通信します。

Declaration 宣言

+ (instancetype)connectionWithReceivePort:(NSPort *)receivePort 
                                 sendPort:(NSPort *)sendPort;

Parameters パラメータ

receivePort

A receive port. 受信ポート。

sendPort

A send port. 送信ポート。

Return Value 戻り値

An NSConnection object that communicates using receivePort and sendPort. あるNSConnectionオブジェクト、それはreceivePortsendPortを使って通信します。

Discussion 議論

See initWithReceivePort:sendPort: for more information. さらなる情報としてinitWithReceivePort:sendPort:を見てください。

See Also 参照

Creating Instances インスタンスを作成する

Related Documentation 関連文書