Contents

HIDDeviceClient.Notification.elementUpdates(values:)

A notification that elements of the device were updated.

Declaration

case elementUpdates(values: [HIDElement.Value])

Parameters

  • values:

    The updated values.

Mentioned in

Discussion

This is typically received in response to input reports, and is another way to receive the data in a different format than HIDDeviceClient.Notification.inputReport(id:data:timestamp:).