Type Method 型メソッド

portCoderWithReceivePort:sendPort:components:

Creates and returns a new NSPortCoder object. 新しいNSPortCoderオブジェクトを作成して返します。

Declaration 宣言

+ (id)portCoderWithReceivePort:(NSPort *)rcvPort 
                      sendPort:(NSPort *)sndPort 
                    components:(NSArray *)comps;

Parameters パラメータ

receiverPort

The receiver port. 受信側ポート。

sendPort

The send port. 送信ポート。

components

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

Return Value 戻り値

A new NSPortCoder object connected to the communication ports receiverPort and sendPort, with an encoded distributed objects message stored in components. componentsに格納されたエンコードされた分散オブジェクトメッセージをもつ、通信ポートreceiverPortsendPortに接続されたある新しいNSPortCoderオブジェクト。

See Also 参照

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

Related Documentation 関連文書