Class: Toybox.Sensor.SensorInfoIterator
- Inherits:
-
Toybox.Lang.Object
Overview
A class encapsulating a collection of Sensors
The SensorIterator describes a collection of SensorInfo objects that describe actual sensors. Such an iterator is retrieved using the appropriate "get*Sensors' methods found in Sensor at the module level.
Instance Method Summary collapse
-
next() as Sensor.SensorInfo or Null
Get the current SensorInfo and advance.
Instance Method Details
next() as Sensor.SensorInfo or Null
Get the current SensorInfo and advance.
Get the current SensorInfo and advance self to refer to the next.