Contents

VZUSBMassStorageDevice

A class that represents a hot-pluggable USB mass storage device.

Declaration

class VZUSBMassStorageDevice

Overview

Create this device either by instantiating it directly and passing VZUSBMassStorageDeviceConfiguration to its initializer, or instantiating a VZUSBMassStorageDeviceConfiguration in a VZVirtualMachineConfiguration. Direct instantiation creates an object that you can pass to attach(device:completionHandler:). Instantiation through VZUSBMassStorageDeviceConfiguration makes the device available in the usbDevices property.

Topics

Creating a USB mass storage device

See Also

Related Documentation