Yubico.Core.Devices Namespace
Classes
DeviceEventArgs<TDevice> | Event arguments given whenever a device is added or removed from the system, providing strongly-typed access to the device that triggered the event. |
Interfaces
IDevice | Represents properties and methods common to all devices. |
IDeviceEventArgs<TDevice> | Defines the contract for device-related event arguments in a generic context. This interface allows for type-safe access to device information in event handling scenarios, supporting device types that implement the IDevice interface. It enables specific device type information to be preserved and accessed in event handlers. |