HIDDeviceClient.HIDElementUpdateResult
A class to hold the results of an element update.
Declaration
struct HIDElementUpdateResultOverview
This class is received as the return value from updateElements(_:timeout:). The results of the transactions can be received by subscripting the results object with HIDDeviceClient.ProvideElementUpdate and HIDDeviceClient.RequestElementUpdate originally passed to updateElements(_:timeout:).
For an example, see updateElements(_:timeout:).