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

getValue:

Copies the value into the specified buffer. 値をこの指定されたバッファにコピーします。

Declaration 宣言

- (void)getValue:(void *)value;

Parameters パラメータ

buffer

A buffer into which to copy the value. The buffer must be large enough to hold the value. それへとこの値をコピーすることになるバッファ。バッファは、値を保持するのに十分に大きくなければなりません。

See Also 参照

Working with Raw Values 生の値を扱う