Package lejos.remote.ev3
Class EV3Request
- java.lang.Object
-
- lejos.remote.ev3.EV3Request
-
- All Implemented Interfaces:
java.io.Serializable
public class EV3Request extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEV3Request.Request
-
Field Summary
Fields Modifier and Type Field Description byte[]byteDatabyte[]byteData2charchchar[]charsdoubledoubleValuedoubledoubleValue2java.io.FilefilebooleanflagfloatfloatValueImageimageint[]intDataintintValueintintValue10intintValue11intintValue2intintValue3intintValue4intintValue5intintValue6intintValue7intintValue8intintValue9booleanreplyRequiredEV3Request.Requestrequestjava.lang.Stringstrjava.lang.Stringstr2java.lang.Stringstr3java.lang.Stringstr4
-
Constructor Summary
Constructors Constructor Description EV3Request()
-
-
-
Field Detail
-
request
public EV3Request.Request request
-
replyRequired
public boolean replyRequired
-
intValue
public int intValue
-
intValue2
public int intValue2
-
intValue3
public int intValue3
-
intValue4
public int intValue4
-
intValue5
public int intValue5
-
intValue6
public int intValue6
-
intValue7
public int intValue7
-
intValue8
public int intValue8
-
intValue9
public int intValue9
-
intValue10
public int intValue10
-
intValue11
public int intValue11
-
file
public java.io.File file
-
byteData
public byte[] byteData
-
byteData2
public byte[] byteData2
-
intData
public int[] intData
-
flag
public boolean flag
-
str
public java.lang.String str
-
str2
public java.lang.String str2
-
str3
public java.lang.String str3
-
str4
public java.lang.String str4
-
ch
public char ch
-
chars
public char[] chars
-
image
public Image image
-
doubleValue
public double doubleValue
-
doubleValue2
public double doubleValue2
-
floatValue
public float floatValue
-
-