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

sendPort

The port that the connection sends outgoing network messages through. 接続がそれを通して発信ネットワークメッセージを送信するポート。

Declaration 宣言

@property(readonly, retain) NSPort *sendPort;

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 send port—it already has a delegate established by the NSConnection object. あなたは、このオブジェクトをデバッグ目的のために検査すること、またはそれを使って別のNSConnectionオブジェクトを作成することができます、しかしそれを使って明示的にメッセージを送信または受信するべきではありません。送信ポートの委任先を設定しないでください — それは既にNSConnectionオブジェクトによって確立された委任先を持ちます。

See Also 参照

Getting Ports ポートを取得する

Related Documentation 関連文書