---
title: kIOHIDElementCommitDirectionOut
framework: hiddriverkit
role: symbol
role_heading: Enumeration Case
path: hiddriverkit/iohidelementcommitdirection/kiohidelementcommitdirectionout
---

# kIOHIDElementCommitDirectionOut

Causes the element data to be sent to the device.

## Declaration

```occ
kIOHIDElementCommitDirectionOut
```

## Discussion

Discussion Specifying this direction causes the commit function to send the element data to the device. Use the setValue or setDataValue functions to specify the new data before committing it.

## See Also

### Getting the Commit Directions

- [kIOHIDElementCommitDirectionIn](hiddriverkit/iohidelementcommitdirection/kiohidelementcommitdirectionin.md)
