---
title: "HIDDeviceClient.Notification.elementUpdates(values:)"
framework: corehid
role: symbol
role_heading: Case
path: "corehid/hiddeviceclient/notification/elementupdates(values:)"
---

# HIDDeviceClient.Notification.elementUpdates(values:)

A notification that elements of the device were updated.

## Declaration

```swift
case elementUpdates(values: [HIDElement.Value])
```

## Parameters

- `values`: The updated values.

## Mentioned in

Communicating with human interface devices

## Discussion

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:).
