Class: Toybox.Ant.BurstListener
- Inherits:
-
Toybox.Lang.Object
Overview
A class that provides a set of callback methods to handle the different burst transmission scenarios in the Ant SDK.
Instance Method Summary collapse
-
onReceiveComplete(burstPayload as Ant.BurstPayload) as Void
Callback when a burst reception completes successfully.
-
onReceiveFail(errorCode as Ant.BurstError) as Void
Callback when a burst reception fails over the air.
-
onTransmitComplete() as Void
Callback when a burst transmission completes successfully.
-
onTransmitFail(errorCode as Ant.BurstError) as Void
Callback when a burst transmission fails over the air.
Instance Method Details
onReceiveComplete(burstPayload as Ant.BurstPayload) as Void
Callback when a burst reception completes successfully
onReceiveFail(errorCode as Ant.BurstError) as Void
Callback when a burst reception fails over the air
onTransmitComplete() as Void
Callback when a burst transmission completes successfully
onTransmitFail(errorCode as Ant.BurstError) as Void
Callback when a burst transmission fails over the air