|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPQSDKMultiTouch.TouchClientRequest
public class TouchClientRequest
represents a client request object
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 |
---|
public int type
PQMTClientConstant.RQST_RAWDATA_INSIDE_ONLY
PQMTClientConstant.RQST_RAWDATA_INSIDE
PQMTClientConstant.RQST_RAWDATA_ALL
PQMTClientConstant.RQST_GESTURE_INSIDE
PQMTClientConstant.RQST_GESTURE_ALL
public java.util.UUID app_id
PQMTClient.GetTrialAppID()
for trial
public java.lang.String param
Constructor Detail |
---|
public TouchClientRequest()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |