Class AntPlusBikeSpdCadCommonPcc.BikeSpdCadAsyncScanResultDeviceInfo
java.lang.Object
com.dsi.ant.plugins.antplus.pccbase.AntPlusBikeSpdCadCommonPcc.BikeSpdCadAsyncScanResultDeviceInfo
- Enclosing class:
- AntPlusBikeSpdCadCommonPcc
Contains the data describing a device detected by the scan.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal boolean
Indicates if this is a combined sensorstatic final String
IPC key for combined sensor valueThe generic device info detected by the scan -
Constructor Summary
ConstructorsConstructorDescriptionBikeSpdCadAsyncScanResultDeviceInfo
(AsyncScanController.AsyncScanResultDeviceInfo resultInfo, boolean isSpdAndCadComboSensor) Constructor -
Method Summary
-
Field Details
-
MSG_BIKESPDCAD_ASYNCSCANRESULTINFO_boolISCOMBINEDSENSOR
IPC key for combined sensor value- See Also:
-
isSpdAndCadComboSensor
public final boolean isSpdAndCadComboSensorIndicates if this is a combined sensor -
resultInfo
The generic device info detected by the scan
-
-
Constructor Details
-
BikeSpdCadAsyncScanResultDeviceInfo
public BikeSpdCadAsyncScanResultDeviceInfo(AsyncScanController.AsyncScanResultDeviceInfo resultInfo, boolean isSpdAndCadComboSensor) Constructor- Parameters:
resultInfo
- generic device infoisSpdAndCadComboSensor
- combined sensor value
-