130131132133134135136137138139140
sessionId = dm.getsessionId(); //Send an increment ration of 256 bytes IncrementRationMessage ir = new IncrementRationMessage() .setIncrement( (byte) 0, (short) 0x0100) .setSessionID( (byte) sessionId); ir.send(os); } } } /**