---
title: HIDReportCommandType
framework: hiddriverkit
role: symbol
role_heading: Enumeration
path: hiddriverkit/hidreportcommandtype
---

# HIDReportCommandType

The type of the report command for a DriverKit driver.

## Declaration

```occ
typedef enum { ... } HIDReportCommandType;
```

## Topics

### Getting the Report Command Types

- [kIOHIDReportCommandGetReport](hiddriverkit/hidreportcommandtype/kiohidreportcommandgetreport.md)
- [kIOHIDReportCommandSetReport](hiddriverkit/hidreportcommandtype/kiohidreportcommandsetreport.md)

## See Also

### Internal Structures

- [IOHIDCompletionAction](hiddriverkit/iohidcompletionaction.md)
- [IOHIDCompletion](hiddriverkit/iohidcompletion.md)
- [HIDActionType](hiddriverkit/hidactiontype.md)
