Contents

IOHIDElementCommitDirection

The commit direction for an HID element.

Declaration

typedef enum { ... } IOHIDElementCommitDirection;

Overview

Passing a value of kIOHIDElementCommitDirectionOut issues a setReport call to the device. Before issuing this call, set your desired value on the element with the setValue or setDataValue functions.

Topics

Getting the Commit Directions

See Also

Committing Changes to Elements