public static interface AntPlusCommonPcc.IManufacturerSpecificDataReceiver
Modifier and Type | Method and Description |
---|---|
void |
onNewManufacturerSpecificData(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
byte[] rawDataBytes)
Receives the data from a ManufacturerSpecificData event.
|
void onNewManufacturerSpecificData(long estTimestamp, java.util.EnumSet<EventFlag> eventFlags, byte[] rawDataBytes)
estTimestamp
- The estimated timestamp of when this event was triggered. Useful for correlating multiple events and determining when data was sent for more accurate time records.eventFlags
- Informational flags about the event.rawDataBytes
- The raw eight bytes which make up the manufacturer specific page.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.