public static interface AntPlusCommonPcc.IRssiReceiver
Modifier and Type | Method and Description |
---|---|
void |
onRssiData(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
int rssi)
Receives the data from an rssi event.
|
void onRssiData(long estTimestamp, java.util.EnumSet<EventFlag> eventFlags, int rssi)
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.rssi
- The rssi in dBm of the triggering message.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.