Interface AntPlusLegacyCommonPcc.IManufacturerAndSerialReceiver
- Enclosing class:
- AntPlusLegacyCommonPcc
public static interface AntPlusLegacyCommonPcc.IManufacturerAndSerialReceiver
Receiver for the ManufacturerAndSerial event, which is:
The manufacturer id and serial number of this device.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonNewManufacturerAndSerial(long estTimestamp, EnumSet<EventFlag> eventFlags, int manufacturerID, int serialNumber) Receives the data from a ManufacturerAndSerial event.
-
Method Details
-
onNewManufacturerAndSerial
void onNewManufacturerAndSerial(long estTimestamp, EnumSet<EventFlag> eventFlags, int manufacturerID, int serialNumber) Receives the data from a ManufacturerAndSerial event.- Parameters:
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.
-