Contents

fetchDevices()

Acquires device information for all devices that store data for this reader’s sensor.

Declaration

func fetchDevices()

Discussion

Upon success, the framework provides an array of devices to the delegate via sensorReader(_:didFetch:). Upon failure, the framework invokes the delegate’s sensorReader(_:fetchDevicesDidFailWithError:) callback.

See Also

Reading recorded data