public static interface AntPlusStrideSdmPcc.ISensorStatusReceiver
| Modifier and Type | Method and Description |
|---|---|
void |
onNewSensorStatus(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
AntPlusStrideSdmPcc.SensorLocation sensorLocation,
BatteryStatus batteryStatus,
AntPlusStrideSdmPcc.SensorHealth sensorHealth,
AntPlusStrideSdmPcc.SensorUseState useState)
Receives the data from a SensorStatus event.
|
void onNewSensorStatus(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
AntPlusStrideSdmPcc.SensorLocation sensorLocation,
BatteryStatus batteryStatus,
AntPlusStrideSdmPcc.SensorHealth sensorHealth,
AntPlusStrideSdmPcc.SensorUseState useState)
estTimestamp - The estimated timestamp of when this event was triggered. Useful for correlating multiple events and determining when data was sent for more accurate data records.eventFlags - Informational flags about the event.sensorLocation - The AntPlusStrideSdmPcc.SensorLocation of the current sensor location.batteryStatus - The BatteryStatus of the current sensor battery status. Note: This value may also be received in the AntPlusCommonPcc.IBatteryStatusReceiver.onNewBatteryStatus(long, java.util.EnumSet<com.dsi.ant.plugins.antplus.pcc.defines.EventFlag>, long, java.math.BigDecimal, com.dsi.ant.plugins.antplus.pcc.defines.BatteryStatus, int, int, int) event if the sensor supports the battery status common page.sensorHealth - The AntPlusStrideSdmPcc.SensorHealth of the current sensor health.useState - The AntPlusStrideSdmPcc.SensorUseState of the current sensor use state.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.