Package com.dsi.ant.plugins.antplus.pcc
Interface AntPlusFitnessEquipmentPcc.IUserConfigurationReceiver
- Enclosing class:
- AntPlusFitnessEquipmentPcc
public static interface AntPlusFitnessEquipmentPcc.IUserConfigurationReceiver
Receiver for the UserConfiguration event, which is:
The user configuration page transmits user-entered data from the open display to the fitness equipment. This data is optional and may not be supported by all devices.
- Since:
- 2.1.8
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onNewUserConfiguration
(long estTimestamp, EnumSet<EventFlag> eventFlags, AntPlusFitnessEquipmentPcc.UserConfiguration userConfiguration) Receives the data from a UserConfiguration event.
-
Method Details
-
onNewUserConfiguration
void onNewUserConfiguration(long estTimestamp, EnumSet<EventFlag> eventFlags, AntPlusFitnessEquipmentPcc.UserConfiguration userConfiguration) Receives the data from a UserConfiguration 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.userConfiguration
- The user configuration page transmits user-entered data from the open display to the fitness equipment.
-