The IRemoteFloatObject interface manipulates the value of a Java float variable. See the IRemoteXXXXObject interface for details.
A Java float variable can be represented as a C or C++ typedef as follows:
typedef float JAVA_FLOAT;