Initial version that handles multiple callback objects through 1 socket
[iot2.git] / iotjava / iotrmi / Java / IoTRMIUtil.java
index a382b0c2329cc0135a55a7f6a2bd11bcbe661672..e1c1be8cc40c58db06f370d693e545b88b3f9157 100644 (file)
@@ -37,6 +37,7 @@ public class IoTRMIUtil {
        /**
         * Class Constants
         */
+       public final static int OBJECT_ID_LEN = 4;      // 4 bytes = 32 bits
        public final static int METHOD_ID_LEN = 4;      // 4 bytes = 32 bits
        public final static int PARAM_LEN = 4;          // 4 bytes = 32 bits (4-byte field that stores the length of the param)