Contents

deviceDidBecomeReady(_:)

Tells the delegate when the device is ready to receive requests.

Declaration

optional func deviceDidBecomeReady(_ device: ICDevice)

Discussion

Execution of the delegate callback occurs on the main thread.

See Also

Responding to Device Events