DeviceListenerStatus Enum
Namespace: Yubico.Core.Devices.SmartCard Assembly: Yubico.Core.dllAn enumeration that represents the status of a device listener.
C#
public enum DeviceListenerStatus
Fields
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. |