Package lejos.remote.ev3
Class EV3Reply
- java.lang.Object
-
- lejos.remote.ev3.EV3Reply
-
- All Implemented Interfaces:
java.io.Serializable
public class EV3Reply extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EV3Reply()
-
-
-
Field Detail
-
names
public java.lang.String[] names
-
value
public java.lang.String value
-
result
public boolean result
-
reply
public int reply
-
floatReply
public float floatReply
-
contents
public byte[] contents
-
name
public java.lang.String name
-
floats
public float[] floats
-
shorts
public short[] shorts
-
doubleReply
public double doubleReply
-
e
public java.lang.Exception e
-
-