---
title: Feature Selectors
framework: IOKit
role: containerSymbol
role_heading: Enumeration
platforms: [Mac Catalyst 18.4+, macOS 10.0+]
path: iokit/1424883-feature_selectors
---

# Feature Selectors

## Declaration

```occ
enum : unsigned int {
    ...
};
```

## Topics

### Constants

- [kUSBFeatureDeviceRemoteWakeup](1424883-feature_selectors/kusbfeaturedeviceremotewakeup.md)
- [kUSBFeatureEndpointStall](1424883-feature_selectors/kusbfeatureendpointstall.md)
- [kUSBFeatureFunctionSuspend](1424883-feature_selectors/kusbfeaturefunctionsuspend.md)
- [kUSBFeatureLTMEnable](1424883-feature_selectors/kusbfeatureltmenable.md)
- [kUSBFeatureTestMode](1424883-feature_selectors/kusbfeaturetestmode.md)
- [kUSBFeatureU1Enable](1424883-feature_selectors/kusbfeatureu1enable.md)
- [kUSBFeatureU2Enable](1424883-feature_selectors/kusbfeatureu2enable.md)
