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

initWithReceivePort:sendPort:components:

Initializes and returns an NSPortCoder object. NSPortCoderオブジェクトを初期化して返します。

Declaration 宣言

- (id)initWithReceivePort:(NSPort *)rcvPort 
                 sendPort:(NSPort *)sndPort 
               components:(NSArray *)comps;

Parameters パラメータ

receiverPort

The receive port. 受信ポート。

sendPort

The send port. 送信ポート。

components

An array containing an encoded distributed objects message. エンコードされた分散オブジェクトメッセージそれらを含んでいるある配列。

Discussion 議論

Initializes a newly allocated NSPortCoder object connected to the communication ports receiverPort and sendPort, with an encoded distributed objects message stored in components. 通信ポートreceiverPortsendPortに接続された新しくアロケートされたNSPortCoderオブジェクトを、componentsに格納されたエンコードされた分散オブジェクトメッセージで初期化します。

See Also 参照

Creating an NSPortCoder Object NSPortCoderオブジェクトを作成する

Related Documentation 関連文書