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

setProperty:forKey:

Attempts to set the value of a given property of the receiver and returns a Boolean value that indicates whether the value is accepted by the receiver. レシーバのある与えられたプロパティの値を設定するよう試みます、そしてその値がレシーバによって受け入れられるかどうかを指し示すブール値を返します。

Declaration 宣言

- (BOOL)setProperty:(id)property 
             forKey:(NSStreamPropertyKey)key;

Parameters パラメータ

property

The value for key. keyに対する値。

key

The key for one of the receiver's properties. See Constants for a description of the available property-key constants and expected values. レシーバのもつプロパティの1つに対するキー。定数を利用可能なプロパティキー定数と期待される値の記述として見てください。

Return Value 戻り値

YES if the value is accepted by the receiver, otherwise NO. YES、もしその値がレシーバによって受け入れられるならば、そうでなければNO

See Also 参照

Configuring Streams ストリームを構成設定する