HIDVirtualDeviceDelegate
The delegate to receive notifications for a virtual HID device.
Declaration
protocol HIDVirtualDeviceDelegate : SendableMentioned in
Overview
A delegate must be created and provided to activate(delegate:) during activation of a virtual HID device. This delegate receives notifications intended for the device, such as a get report request from a client. One delegate can be used for many devices.