Class AntPlusLegacyCommonPcc.IpcDefines
java.lang.Object
com.dsi.ant.plugins.antplus.pccbase.AntPlusLegacyCommonPcc.IpcDefines
- Enclosing class:
- AntPlusLegacyCommonPcc
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
The cumulative operating time since the battery was inserted.static final String
ANT+ Alliance managed manufacturer identifier.static final String
This is the upper 16 bits of a 32 bit serial number.static final String
Manufacturer defined.static final String
Manufacturer defined.static final String
Manufacturer defined.static final int
The cumulative operating time.static final int
The manufacturer id and serial number of this device.static final int
Version and model information. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MSG_EVENT_LEGACYCOMMON_whatCUMULATIVEOPERATINGTIME
public static final int MSG_EVENT_LEGACYCOMMON_whatCUMULATIVEOPERATINGTIMEThe cumulative operating time.- See Also:
-
MSG_EVENT_LEGACYCOMMON_CUMULATIVEOPERATINGTIME_PARAM_longCUMULATIVEOPERATINGTIME
public static final String MSG_EVENT_LEGACYCOMMON_CUMULATIVEOPERATINGTIME_PARAM_longCUMULATIVEOPERATINGTIMEThe cumulative operating time since the battery was inserted. Sent in theMSG_EVENT_LEGACYCOMMON_whatCUMULATIVEOPERATINGTIME
event.- See Also:
-
MSG_EVENT_LEGACYCOMMON_whatMANUFACTURERANDSERIAL
public static final int MSG_EVENT_LEGACYCOMMON_whatMANUFACTURERANDSERIALThe manufacturer id and serial number of this device.- See Also:
-
MSG_EVENT_LEGACYCOMMON_MANUFACTURERANDSERIAL_PARAM_intMANUFACTURERID
ANT+ Alliance managed manufacturer identifier. Sent in theMSG_EVENT_LEGACYCOMMON_whatMANUFACTURERANDSERIAL
event.- See Also:
-
MSG_EVENT_LEGACYCOMMON_MANUFACTURERANDSERIAL_PARAM_intSERIALNUMBER
This is the upper 16 bits of a 32 bit serial number. Sent in theMSG_EVENT_LEGACYCOMMON_whatMANUFACTURERANDSERIAL
event.- See Also:
-
MSG_EVENT_LEGACYCOMMON_whatVERSIONANDMODEL
public static final int MSG_EVENT_LEGACYCOMMON_whatVERSIONANDMODELVersion and model information.- See Also:
-
MSG_EVENT_LEGACYCOMMON_VERSIONANDMODEL_PARAM_intHARDWAREVERSION
Manufacturer defined. Sent in theMSG_EVENT_LEGACYCOMMON_whatVERSIONANDMODEL
event.- See Also:
-
MSG_EVENT_LEGACYCOMMON_VERSIONANDMODEL_PARAM_intSOFTWAREVERSION
Manufacturer defined. Sent in theMSG_EVENT_LEGACYCOMMON_whatVERSIONANDMODEL
event.- See Also:
-
MSG_EVENT_LEGACYCOMMON_VERSIONANDMODEL_PARAM_intMODELNUMBER
Manufacturer defined. Sent in theMSG_EVENT_LEGACYCOMMON_whatVERSIONANDMODEL
event.- See Also:
-
-
Constructor Details
-
IpcDefines
public IpcDefines()
-