The IRemoteByteObject interface manipulates the value of a Java byte variable. See the IRemoteXXXXObject interface for details.
A Java byte variable can be represented as a C or C++ typedef as follows:
typedef signed char JAVA_BYTE;