VZUSBPassthroughDeviceConfiguration
Declaration
class VZUSBPassthroughDeviceConfigurationOverview
Configuration of a VZUSBPassthroughDevice.
This device configuration creates a VZUSBPassthroughDevice. A VZUSBPassthroughDeviceConfiguration is an abstraction of a USB device that is connected to the system and makes the USB device accessible to a VZVirtualMachine by capturing it.
The USB device is captured when the VZVirtualMachine is started with a VZUSBPassthroughDeviceConfiguration added to a VZUSBControllerConfiguration. The USB device is also captured by a running VZVirtualMachine when -[VZUSBController attachDevice:completionHandler:] is called.