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

receivePort

The port on which the receiver receives incoming network messages. それに関してレシーバが着信ネットワークメッセージを受信するポート。

Declaration 宣言

@property(readonly, retain) NSPort *receivePort;

Discussion 議論

You can inspect this object for debugging purposes or use it to create another NSConnection object, but shouldn’t use it to send or receive messages explicitly. Don’t set the delegate of the receive port; it already has a delegate established by the NSConnection object. あなたは、このオブジェクトをデバッグ目的のために検査すること、またはそれを使って別のNSConnectionオブジェクトを作成することができます、しかしそれを使って明示的にメッセージを送信または受信するべきではありません。受信ポートの委任先を設定しないでください;それは既にNSConnectionオブジェクトによって確立された委任先を持ちます。

See Also 参照

Getting Ports ポートを取得する

Related Documentation 関連文書