Package org.jcsp.net2.mobile
Class MobileChannelMessage
- java.lang.Object
-
- org.jcsp.net2.mobile.MobileChannelMessage
-
- All Implemented Interfaces:
java.io.Serializable
final class MobileChannelMessage extends java.lang.Object implements java.io.Serializable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static intCHECK(package private) static intCHECK_RESPONSE(package private) NetChannelLocationinputLocation(package private) booleanready(package private) static intREQUEST(package private) inttype
-
Constructor Summary
Constructors Constructor Description MobileChannelMessage()
-
-
-
Field Detail
-
REQUEST
static final int REQUEST
- See Also:
- Constant Field Values
-
CHECK
static final int CHECK
- See Also:
- Constant Field Values
-
CHECK_RESPONSE
static final int CHECK_RESPONSE
- See Also:
- Constant Field Values
-
type
int type
-
ready
boolean ready
-
inputLocation
NetChannelLocation inputLocation
-
-