customVirtioDeviceDidAcceptDriverOk(_:)
The method the framework calls when the device and driver successfully complete Virtio negotiation.
Declaration
optional func customVirtioDeviceDidAcceptDriverOk(_ device: VZCustomVirtioDevice)Parameters
- device:
The device invoking the delegate method.
Discussion
The guest driver sets the status to the value DRIVER_OK.