public static interface AntPlusCommonPcc.IManufacturerIdentificationReceiver
| Modifier and Type | Method and Description |
|---|---|
void |
onNewManufacturerIdentification(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
int hardwareRevision,
int manufacturerID,
int modelNumber)
Receives the data from a ManufacturerIdentification event.
|
void onNewManufacturerIdentification(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
int hardwareRevision,
int manufacturerID,
int modelNumber)
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.hardwareRevision - Manufacturer defined. -1 = 'Not available'.manufacturerID - ANT+ Alliance managed manufacturer identifier.modelNumber - Manufacturer defined. -1 = 'Not available'.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.