public class AntPlusGeocachePcc.IpcDefines
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MSG_CMD_GEOCACHE_REQUESTAUTHTOKEN_PARAM_intNONCE
Random or pseudo-random number from 0-65535 that will be hashed by the geocache to produce an authentication token.
|
static java.lang.String |
MSG_CMD_GEOCACHE_REQUESTAUTHTOKEN_PARAM_longSERIALNUMBER
Serial number of the GPS receiver.
|
static java.lang.String |
MSG_CMD_GEOCACHE_REQUESTDEVICEDATA_PARAM_boolUPDATEVISITCOUNT
If true, notifies the plugin to update the logged visits data to include this 'visit'.
|
static java.lang.String |
MSG_CMD_GEOCACHE_REQUESTDEVICEPROGRAMMING_PARAM_boolCLEARALLEXISTINGDATA
If true, all current data on the device will be erased, and the device will be programmed with only the data provided in programmingData (which therefore must include the minimum required data).
|
static java.lang.String |
MSG_CMD_GEOCACHE_REQUESTDEVICEPROGRAMMING_PARAM_longPROGRAMMINGPIN
This PIN must match the current PIN on the device if it is set.
|
static java.lang.String |
MSG_CMD_GEOCACHE_REQUESTS_PARAM_boolSUBSCRIBEPROGRESSUPDATES
If true, notifies the plugin to send progress updates.
|
static java.lang.String |
MSG_CMD_GEOCACHE_REQUESTS_PARAM_intTARGETDEVICEID
The deviceID of the target device to make the request on.
|
static int |
MSG_CMD_GEOCACHE_whatREQUESTAUTHTOKEN
Requests the specified device to generate an auth token.
|
static int |
MSG_CMD_GEOCACHE_whatREQUESTCURRENTDEVICELIST
Requests the current device list.
|
static int |
MSG_CMD_GEOCACHE_whatREQUESTDEVICEDATA
Requests the data available from the specified device.
|
static int |
MSG_CMD_GEOCACHE_whatREQUESTDEVICEPROGRAMMING
Requests the plugin to program the specified device with the provided data.
|
static java.lang.String |
MSG_EVENT_GEOCACHE_AUTHTOKENREQUESTFINISHED_PARAM_intSTATUSCODE
The
AntPlusGeocachePcc.GeocacheRequestStatus defining the result of the authentication token request. |
static java.lang.String |
MSG_EVENT_GEOCACHE_AUTHTOKENREQUESTFINISHED_PARAM_longAUTHTOKEN
The authentication token sent by the device, or -1 if the request was unsuccessful.
|
static java.lang.String |
MSG_EVENT_GEOCACHE_AVAILABLEDEVICELIST_PARAM_arrayIntDEVICEIDS
Devices currently available to connect to.
|
static java.lang.String |
MSG_EVENT_GEOCACHE_AVAILABLEDEVICELIST_PARAM_arrayStringDEVICEIDENTIFIERSTRINGS
The character identification of devices in the current devices list.
|
static java.lang.String |
MSG_EVENT_GEOCACHE_AVAILABLEDEVICELIST_PARAM_intCHANGECODE
A
AntPlusGeocachePcc.DeviceChangingCode indicating what is changing on the list. |
static java.lang.String |
MSG_EVENT_GEOCACHE_AVAILABLEDEVICELIST_PARAM_intCHANGINGDEVICEID
The device ID of a device that has changed according to the changeCode or -1 if N/A for current code.
|
static java.lang.String |
MSG_EVENT_GEOCACHE_DATADOWNLOADFINISHED_PARAM_bundleDOWNLOADEDDATA
The complete set of data downloaded from the device or null if the download was unsuccessful.
|
static java.lang.String |
MSG_EVENT_GEOCACHE_DATADOWNLOADFINISHED_PARAM_intSTATUSCODE
The
AntPlusGeocachePcc.GeocacheRequestStatus defining the result of the download. |
static java.lang.String |
MSG_EVENT_GEOCACHE_PROGRAMMINGFINISHED_PARAM_intSTATUSCODE
The
AntPlusGeocachePcc.GeocacheRequestStatus defining the result of the programming task. |
static java.lang.String |
MSG_EVENT_GEOCACHE_SIMPLEPROGRESSUPDATE_PARAM_intTOTALUNITSWORK
The total number of work units to finish in the given task.
|
static java.lang.String |
MSG_EVENT_GEOCACHE_SIMPLEPROGRESSUPDATE_PARAM_intWORKUNITSFINISHED
The current number of work units finished.
|
static int |
MSG_EVENT_GEOCACHE_whatAUTHTOKENREQUESTFINISHED
Receives the result of a finished authentication token request.
|
static int |
MSG_EVENT_GEOCACHE_whatAVAILABLEDEVICELIST
Broadcasts the current list of devices available to connect to along with information identifying any change since the last update, if applicable.
|
static int |
MSG_EVENT_GEOCACHE_whatDATADOWNLOADFINISHED
Receives the result of a finished data download.
|
static int |
MSG_EVENT_GEOCACHE_whatPROGRAMMINGFINISHED
Receives the result of a finished programming task.
|
static int |
MSG_EVENT_GEOCACHE_whatSIMPLEPROGRESSUPDATE
Communicates the work done.
|
static int |
MSG_REQACC_PARAM_MODE_iCONTINUOUSSEARCH
Geocache specific parameter to request access to the geocache singleton
|
static java.lang.String |
PATH_ANTPLUS_GEOCACHEPLUGIN_PKG
The plugin package path.
|
static java.lang.String |
PATH_ANTPLUS_GEOCACHEPLUGIN_SERVICE
The plugin service path.
|
Constructor and Description |
---|
AntPlusGeocachePcc.IpcDefines() |
public static final java.lang.String PATH_ANTPLUS_GEOCACHEPLUGIN_PKG
public static final java.lang.String PATH_ANTPLUS_GEOCACHEPLUGIN_SERVICE
public static final int MSG_REQACC_PARAM_MODE_iCONTINUOUSSEARCH
public static final int MSG_EVENT_GEOCACHE_whatAVAILABLEDEVICELIST
public static final java.lang.String MSG_EVENT_GEOCACHE_AVAILABLEDEVICELIST_PARAM_arrayIntDEVICEIDS
MSG_EVENT_GEOCACHE_whatAVAILABLEDEVICELIST
event.public static final java.lang.String MSG_EVENT_GEOCACHE_AVAILABLEDEVICELIST_PARAM_arrayStringDEVICEIDENTIFIERSTRINGS
MSG_EVENT_GEOCACHE_whatAVAILABLEDEVICELIST
event.public static final java.lang.String MSG_EVENT_GEOCACHE_AVAILABLEDEVICELIST_PARAM_intCHANGECODE
AntPlusGeocachePcc.DeviceChangingCode
indicating what is changing on the list. Sent in the MSG_EVENT_GEOCACHE_whatAVAILABLEDEVICELIST
event.public static final java.lang.String MSG_EVENT_GEOCACHE_AVAILABLEDEVICELIST_PARAM_intCHANGINGDEVICEID
MSG_EVENT_GEOCACHE_whatAVAILABLEDEVICELIST
event.public static final int MSG_EVENT_GEOCACHE_whatSIMPLEPROGRESSUPDATE
public static final java.lang.String MSG_EVENT_GEOCACHE_SIMPLEPROGRESSUPDATE_PARAM_intWORKUNITSFINISHED
MSG_EVENT_GEOCACHE_whatSIMPLEPROGRESSUPDATE
event.public static final java.lang.String MSG_EVENT_GEOCACHE_SIMPLEPROGRESSUPDATE_PARAM_intTOTALUNITSWORK
MSG_EVENT_GEOCACHE_whatSIMPLEPROGRESSUPDATE
event.public static final int MSG_EVENT_GEOCACHE_whatPROGRAMMINGFINISHED
public static final java.lang.String MSG_EVENT_GEOCACHE_PROGRAMMINGFINISHED_PARAM_intSTATUSCODE
AntPlusGeocachePcc.GeocacheRequestStatus
defining the result of the programming task. Sent in the MSG_EVENT_GEOCACHE_whatPROGRAMMINGFINISHED
event.public static final int MSG_EVENT_GEOCACHE_whatDATADOWNLOADFINISHED
public static final java.lang.String MSG_EVENT_GEOCACHE_DATADOWNLOADFINISHED_PARAM_intSTATUSCODE
AntPlusGeocachePcc.GeocacheRequestStatus
defining the result of the download. Sent in the MSG_EVENT_GEOCACHE_whatDATADOWNLOADFINISHED
event.public static final java.lang.String MSG_EVENT_GEOCACHE_DATADOWNLOADFINISHED_PARAM_bundleDOWNLOADEDDATA
Bundle#keySet()
comparing with the keys defined in AntPlusGeocachePcc.GeocacheDeviceData
. Sent in the MSG_EVENT_GEOCACHE_whatDATADOWNLOADFINISHED
event.public static final int MSG_EVENT_GEOCACHE_whatAUTHTOKENREQUESTFINISHED
public static final java.lang.String MSG_EVENT_GEOCACHE_AUTHTOKENREQUESTFINISHED_PARAM_intSTATUSCODE
AntPlusGeocachePcc.GeocacheRequestStatus
defining the result of the authentication token request. Sent in the MSG_EVENT_GEOCACHE_whatAUTHTOKENREQUESTFINISHED
event.public static final java.lang.String MSG_EVENT_GEOCACHE_AUTHTOKENREQUESTFINISHED_PARAM_longAUTHTOKEN
MSG_EVENT_GEOCACHE_whatAUTHTOKENREQUESTFINISHED
event.public static final int MSG_CMD_GEOCACHE_whatREQUESTCURRENTDEVICELIST
AntPlusGeocachePcc#requestListAndRequestAccess(Context, IPluginAccessResultReceiver, IDeviceStateChangeReceiver, IAvailableDeviceListReceiver)
.public static final int MSG_CMD_GEOCACHE_whatREQUESTDEVICEDATA
public static final java.lang.String MSG_CMD_GEOCACHE_REQUESTDEVICEDATA_PARAM_boolUPDATEVISITCOUNT
MSG_CMD_GEOCACHE_whatREQUESTDEVICEDATA
command.public static final int MSG_CMD_GEOCACHE_whatREQUESTAUTHTOKEN
public static final java.lang.String MSG_CMD_GEOCACHE_REQUESTAUTHTOKEN_PARAM_intNONCE
MSG_CMD_GEOCACHE_whatREQUESTAUTHTOKEN
command.public static final java.lang.String MSG_CMD_GEOCACHE_REQUESTAUTHTOKEN_PARAM_longSERIALNUMBER
MSG_CMD_GEOCACHE_whatREQUESTAUTHTOKEN
command.public static final int MSG_CMD_GEOCACHE_whatREQUESTDEVICEPROGRAMMING
public static final java.lang.String MSG_CMD_GEOCACHE_REQUESTDEVICEPROGRAMMING_PARAM_longPROGRAMMINGPIN
public static final java.lang.String MSG_CMD_GEOCACHE_REQUESTDEVICEPROGRAMMING_PARAM_boolCLEARALLEXISTINGDATA
MSG_CMD_GEOCACHE_whatREQUESTDEVICEPROGRAMMING
command.public static final java.lang.String MSG_CMD_GEOCACHE_REQUESTS_PARAM_boolSUBSCRIBEPROGRESSUPDATES
public static final java.lang.String MSG_CMD_GEOCACHE_REQUESTS_PARAM_intTARGETDEVICEID
Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.