Interface AntPlusCommonPcc.IRequestFinishedReceiver
- Enclosing class:
- AntPlusCommonPcc
public static interface AntPlusCommonPcc.IRequestFinishedReceiver
Receiver for the RequestFinished event, which is:
Final result of the command requested.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onNewRequestFinished
(RequestStatus requestStatus) Receives the data from a RequestFinished event.
-
Method Details
-
onNewRequestFinished
Receives the data from a RequestFinished event.- Parameters:
requestStatus
- TheRequestStatus
for the requested operation. Note that even if a command is sent successfully, there is no guaranteed response from the sensor. Please contact the manufacturer for more information on how this request is handled.
-