macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

portCoderWithReceivePort:sendPort:components:

OS X v10.7で非推奨

+()portCoderWithReceivePort:(NSPort *)receivePort:
           sendPort:(NSPort *)sendPort:
           components:(NSArray *)outputArray:

解説

受信ポートと送信ポート、出力配列でポートコーダーを作って返します。

返り値

引数

( NSPort * )receivePort

受信ポート

( NSPort * )sendPort

送信ポート

( NSArray * )outputArray

出力配列

クラス

NSPortCoder

Class Methods

使用可能

10.0

参照

- dispatch
- initWithReceivePort:sendPort:components:

例文