public static interface AntPlusLegacyCommonPcc.IManufacturerAndSerialReceiver
Modifier and Type | Method and Description |
---|---|
void |
onNewManufacturerAndSerial(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
int manufacturerID,
int serialNumber)
Receives the data from a ManufacturerAndSerial event.
|
void onNewManufacturerAndSerial(long estTimestamp, java.util.EnumSet<EventFlag> eventFlags, int manufacturerID, int serialNumber)
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.manufacturerID
- ANT+ Alliance managed manufacturer identifier.serialNumber
- This is the upper 16 bits of a 32 bit serial number.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.