Package com.dsi.ant.plugins.antplus.pcc
Interface AntPlusBloodPressurePcc.IResetDataAndSetTimeFinishedReceiver
- Enclosing class:
- AntPlusBloodPressurePcc
public static interface AntPlusBloodPressurePcc.IResetDataAndSetTimeFinishedReceiver
Receiver for the ResetDataAndSetTimeFinished event, which is:
Receives the result of a
AntPlusBloodPressurePcc.requestResetDataAndSetTime(boolean, IResetDataAndSetTimeFinishedReceiver, IAntFsProgressUpdateReceiver)
command.-
Method Summary
Modifier and TypeMethodDescriptionvoid
onNewResetDataAndSetTimeFinished
(AntFsRequestStatus statusCode) Receives the data from a ResetDataAndSetTimeFinished event.
-
Method Details
-
onNewResetDataAndSetTimeFinished
Receives the data from a ResetDataAndSetTimeFinished event.- Parameters:
statusCode
- TheAntFsRequestStatus
indicating the result of the request.
-