Interface AntPlusCommonPcc.IRssiReceiver
- Enclosing class:
- AntPlusCommonPcc
public static interface AntPlusCommonPcc.IRssiReceiver
Receiver for the rssi event, which is:
Rssi of received messages.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onRssiData
(long estTimestamp, EnumSet<EventFlag> eventFlags, int rssi) Receives the data from an rssi event.
-
Method Details
-
onRssiData
Receives the data from an rssi 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 time records.rssi
- The rssi in dBm of the triggering message.
-