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 public class MsgInt64
extends MsgPrimitive
{
22 public MsgInt64(long value
) {
27 public long getValue() {
28 return value
.getLong(0);
31 public void setValue(long value
) {
32 this.value
.putLong(0,value
);