DeviceListenerStatus Class
Namespace: Yubico.Core.Devices.SmartCard Assembly: Yubico.Core.dllAn enumeration that represents the status of a device listener.
C#
public sealed class DeviceListenerStatus : Enum
Inheritance
System.Object
DeviceListenerStatus
Fields
Name | Description |
---|---|
Error | The listener encountered an error and could not start. No events will be raised. |
Started | The listener has been successfully started. |
Stopped | The listener has not been started, and is not currently listening for devices. No events will be raised. |
value__ |