Contents

sensorReader(_:fetchDevicesDidFailWithError:)

Provides the delegate a reason when the reader fails to fetch devices.

Declaration

optional func sensorReader(_ reader: SRSensorReader, fetchDevicesDidFailWithError error: any Error)

Parameters

  • reader:

    The reader that failed to fetch devices.

  • error:

    An object that describes the cause of failure.

See Also

Fetching Devices