Contents

subscript(_:)

Receive the result of a element update.

Declaration

subscript(originalRequest: HIDDeviceClient.ProvideElementUpdate) -> Result<Void, any Error>? { get }

Parameters

Return Value

The result for the specified request that contain Void if successful; otherwise, an error if unsuccessful. Access the results using get().

Overview

For an example, see updateElements(_:timeout:).