com.partnersoft.interfaces.wirelessmatrix
Class TruckConstants

java.lang.Object
  extended by com.partnersoft.interfaces.wirelessmatrix.TruckConstants

public class TruckConstants
extends java.lang.Object


Field Summary
static int CONNECT_TRUCK
           
static int DISCONNECT_TRUCK
           
static int HIGHLIGHT_MAP_DATA
           
static int PORT
          Port used for all communications.
static int POST_MESSAGE
           
static int SET_NAME
           
static int SET_POSITION
           
static int SET_POSITIONS
           
static int SET_STATUS
           
static int UNHIGHLIGHT_MAP_DATA
           
 
Constructor Summary
TruckConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONNECT_TRUCK

public static final int CONNECT_TRUCK
See Also:
Constant Field Values

DISCONNECT_TRUCK

public static final int DISCONNECT_TRUCK
See Also:
Constant Field Values

POST_MESSAGE

public static final int POST_MESSAGE
See Also:
Constant Field Values

SET_NAME

public static final int SET_NAME
See Also:
Constant Field Values

SET_POSITIONS

public static final int SET_POSITIONS
See Also:
Constant Field Values

SET_POSITION

public static final int SET_POSITION
See Also:
Constant Field Values

HIGHLIGHT_MAP_DATA

public static final int HIGHLIGHT_MAP_DATA
See Also:
Constant Field Values

SET_STATUS

public static final int SET_STATUS
See Also:
Constant Field Values

UNHIGHLIGHT_MAP_DATA

public static final int UNHIGHLIGHT_MAP_DATA
See Also:
Constant Field Values

PORT

public static final int PORT
Port used for all communications. Totally random on my part.

See Also:
Constant Field Values
Constructor Detail

TruckConstants

public TruckConstants()