The IRemoteBooleanObject interface manipulates the value of a Java boolean variable. See the IRemoteXXXXObject interface for details.
A Java boolean variable can be represented as a C or C++ typedef as follows:
typedef unsigned char JAVA_BOOLEAN;