public static interface AntPlusHeartRatePcc.IPage4AddtDataReceiver
| Modifier and Type | Method and Description | 
|---|---|
| void | onNewPage4AddtData(long estTimestamp,
                  java.util.EnumSet<EventFlag> eventFlags,
                  int manufacturerSpecificByte,
                  java.math.BigDecimal previousHeartBeatEventTime)Receives the data from a Page4AddtData event. | 
void onNewPage4AddtData(long estTimestamp,
                      java.util.EnumSet<EventFlag> eventFlags,
                      int manufacturerSpecificByte,
                      java.math.BigDecimal previousHeartBeatEventTime)
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.manufacturerSpecificByte - Defined by manufacturer. Receivers do not need to interpret this byte. Units: Defined by manufacturer.previousHeartBeatEventTime - The time of the previous valid heart beat event (up to 1/1024s resolution). Units: s. Rollover: Every ~9 quadrillion s.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.