Contents

HIDVirtualDeviceDelegate

The delegate to receive notifications for a virtual HID device.

Declaration

protocol HIDVirtualDeviceDelegate : Sendable

Mentioned 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.

Topics

Receive notifications for a device

See Also

Simulation