---
title: Endpoint type
framework: IOKit
role: containerSymbol
role_heading: Enumeration
platforms: [Mac Catalyst 18.4+, macOS 10.0+]
path: iokit/1424978-endpoint_type
---

# Endpoint type

## Declaration

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

## Topics

### Constants

- [kUSBAnyType](1424978-endpoint_type/kusbanytype.md)
- [kUSBBulk](1424978-endpoint_type/kusbbulk.md)
- [kUSBControl](1424978-endpoint_type/kusbcontrol.md)
- [kUSBInterrupt](1424978-endpoint_type/kusbinterrupt.md)
- [kUSBIsoc](1424978-endpoint_type/kusbisoc.md)
