subscript(_:)
Receive the result of a element update.
Declaration
subscript(originalRequest: HIDDeviceClient.ProvideElementUpdate) -> Result<Void, any Error>? { get }Parameters
- originalRequest:
A request that was initially passed to Updateelements(_:timeout:).
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:).