PQSDKMultiTouch
Class TouchClientRequest

java.lang.Object
  extended by PQSDKMultiTouch.TouchClientRequest

public class TouchClientRequest
extends java.lang.Object

represents a client request object

See Also:
PQMTClient.SendRequest(TouchClientRequest)

Field Summary
 java.util.UUID app_id
          use PQMTClient.GetTrialAppID() for trial
 java.lang.String param
           
 int type
          type of request.
 
Constructor Summary
TouchClientRequest()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public int type
type of request. It can be a combination of values PQMTClientConstant.RQST_RAWDATA_INSIDE_ONLY PQMTClientConstant.RQST_RAWDATA_INSIDE PQMTClientConstant.RQST_RAWDATA_ALL PQMTClientConstant.RQST_GESTURE_INSIDE PQMTClientConstant.RQST_GESTURE_ALL


app_id

public java.util.UUID app_id
use PQMTClient.GetTrialAppID() for trial


param

public java.lang.String param
Constructor Detail

TouchClientRequest

public TouchClientRequest()