Class AntPlusBikeSpdCadCommonPcc.IpcDefines
java.lang.Object
com.dsi.ant.plugins.antplus.pccbase.AntPlusBikeSpdCadCommonPcc.IpcDefines
- Enclosing class:
- AntPlusBikeSpdCadCommonPcc
Defines the keys and values used to communicate between the PCC and plugin.
User code should never have to reference these defines.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Tells the combined service which PCC is making the inquirystatic final String
Bike Speed and Cadence specific request access parameterstatic final String
Bike Speed and Cadence specific request access resultstatic final String
Current battery voltage.static final String
The current reportedBatteryStatus
.static final int
Information about the battery status.static final String
The plugin package path.static final String
The plugin service path. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PATH_ANTPLUS_BIKECOMBOSPDCADPLUGIN_PKG
The plugin package path.- See Also:
-
PATH_ANTPLUS_BIKECOMBOSPDCADPLUGIN_SERVICE
The plugin service path.- See Also:
-
MSG_BIKESPDCAD_REQ_PARAM_boolISCADENCEPCC
Tells the combined service which PCC is making the inquiry- See Also:
-
MSG_BIKESPDCAD_REQACC_ASYNCSEARCHBYANTDEVID_PARAM_boolISSPDCADCOMBINEDSENSOR
public static final String MSG_BIKESPDCAD_REQACC_ASYNCSEARCHBYANTDEVID_PARAM_boolISSPDCADCOMBINEDSENSORBike Speed and Cadence specific request access parameter- See Also:
-
MSG_BIKESPDCAD_REQACC_RESULT_boolISSPDCADCOMBINEDSENSOR
Bike Speed and Cadence specific request access result- See Also:
-
MSG_EVENT_BIKESPDCAD_whatBATTERYSTATUS
public static final int MSG_EVENT_BIKESPDCAD_whatBATTERYSTATUSInformation about the battery status.- See Also:
-
MSG_EVENT_BIKESPDCAD_BATTERYSTATUS_PARAM_decimalBATTERYVOLTAGE
Current battery voltage. Units: Volts (with 1/256V resolution).- See Also:
-
MSG_EVENT_BIKESPDCAD_BATTERYSTATUS_PARAM_intBATTERYSTATUS
The current reportedBatteryStatus
.- See Also:
-
-
Constructor Details
-
IpcDefines
public IpcDefines()
-