Class: Toybox.Ant.BurstPayloadIterator
- Inherits:
-
Toybox.Lang.Object
Overview
An iterator to use with a BurstPayload.
The BurstPayloadIterator is used to iterate over the BurstPayload and and access each data packet.
Instance Method Summary collapse
-
initialize(newBurstPayload as Ant.BurstPayload)
Constructor.
-
next() as Lang.Array<Lang.Number> or Null
Return the next message in the BurstPayload object.
Instance Method Details
initialize(newBurstPayload as Ant.BurstPayload)
Constructor
next() as Lang.Array<Lang.Number> or Null
Return the next message in the BurstPayload object.