The IRemoteCharObject interface manipulates the value of a Java character variable. See the IRemoteXXXXObject interface for details.
A Java character variable can be represented as a C or C++ typedef as follows:
typedef unsigned short JAVA_CHAR;