2 * Created on Sep 28, 2005
4 * TODO To change the template for this generated file go to
5 * Window - Preferences - Java - Code Style - Code Templates
7 package diku
.distlab
.motecontrolclientlib
.protocols
;
13 * TODO To change the template for this generated type comment go to
14 * Window - Preferences - Java - Code Style - Code Templates
16 class MsgInt32
extends MsgPrimitive
{
22 public MsgInt32(int value
) {
27 public int getValue() {
28 return (int)value
.getInt(0);
31 public void setValue(int value
) {
32 this.value
.putInt(0,value
);