Contents

init(deviceQueue:delegate:)

Creates a custom Virtio device delegate provider.

Declaration

init(deviceQueue: dispatch_queue_t, delegate: any VZCustomVirtioDeviceConfigurationDelegate)

Parameters

  • deviceQueue:

    The dispatch queue on which the framework synchronizes all device operations.

  • delegate:

    The delegate object that implements the device.