Type Method
型メソッド
connectionWithReceivePort:sendPort:
Returns an NSConnection
object that communicates using given send and receive ports.
あるNSConnection
オブジェクトを返します、それは与えられた送信および受信ポートを使って通信します。
Declaration
宣言
+ (instancetype)connectionWithReceivePort:(NSPort
*)receivePort
sendPort:(NSPort
*)sendPort;
Parameters
パラメータ
receivePort
sendPort
Return Value
戻り値
An NSConnection
object that communicates using receivePort
and sendPort
.
あるNSConnection
オブジェクト、それはreceivePort
とsendPort
を使って通信します。
Discussion
議論
See initWithReceivePort:sendPort:
for more information.
さらなる情報としてinitWithReceivePort:sendPort:
を見てください。
See Also
参照
Creating Instances
インスタンスを作成する
- initWithReceivePort:sendPort:
Returns an NSConnection
object initialized with given send and receive ports.
あるNSConnection
オブジェクトを返します、与えられた送信および受信ポートで初期化されるものです。
Deprecated
非推奨
Related Documentation
関連文書
+ defaultConnection
Returns the default NSConnection
object for the current thread.
現在のスレッドに対する省略時のNSConnection
オブジェクトを返します。