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
ポートを取得する
sendPort
The port that the connection sends outgoing network messages through.
接続がそれを通して発信ネットワークメッセージを送信するポート。
Deprecated
非推奨
- dispatchWithComponents:
Allows subclasses to ask a connection object to dispatch component data.
構成要素データをディスパッチするかどうかを接続オブジェクトに尋ねることをサブクラスに可能にします。
Deprecated
非推奨
Related Documentation
関連文書
- initWithReceivePort:sendPort:
Returns an NSConnection
object initialized with given send and receive ports.
あるNSConnection
オブジェクトを返します、与えられた送信および受信ポートで初期化されるものです。