Instance Method インスタンスメソッド

connection

Returns the NSConnection object that uses the receiver. レシーバが使うNSConnectionオブジェクトを返します。

Declaration 宣言

- (NSConnection *)connection;

Return Value 戻り値

The NSConnection object that uses the receiver. In an object’s encodeWithCoder: method, this is the sending (server) connection. In initWithCoder: this is the receiving (client) connection. レシーバを使うNSConnectionオブジェクト。あるオブジェクトのencodeWithCoder:メソッドにおいて、これは送信(サーバ)接続です。initWithCoder:においてこれは受信(サーバ)接続です。