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 MsgUint8
extends MsgPrimitive
{
22 public MsgUint8(short value
) {
27 public short getValue() {
28 return (short)value
.get(0);
31 public void setValue(short value
) {
32 this.value
.put(0,(byte)value
);