---
title: VZXHCIController
framework: virtualization
role: symbol
role_heading: Class
path: virtualization/vzxhcicontroller
---

# VZXHCIController

A class that represents a USB Extensible Host Controller Interface (XHCI) controller in a VM.

## Declaration

```swift
class VZXHCIController
```

## Overview

Overview Don’t create VZXHCIController objects directly. Instead, you create a VZXHCIController object at runtime though the usbControllers property of the VZVirtualMachineConfiguration object by populating it with VZXHCIControllerConfiguration objects.

## Relationships

### Inherits From

- [VZUSBController](virtualization/vzusbcontroller.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Controllers

- [VZUSBController](virtualization/vzusbcontroller.md)
