class DeviceIterator
Defined at line 8332 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
Protocol for iterating over the initial set of active devices.
This iterator is returned upon registering a listener and is used to bootstrap
the client's state with the devices that are already present.
Public Methods
void ~DeviceIterator ()
void GetNext (GetNextCallback callback)
Returns the next batch of active devices.
Returns an empty vector when all existing devices have been iterated
through. The client should then close this channel and rely on the
`DeviceListener` for subsequent events.