Table of Contents

Enum DeviceListenerStatus

Namespace
Yubico.Core.Devices.SmartCard
Assembly
Yubico.Core.dll

An enumeration that represents the status of a device listener.

public enum DeviceListenerStatus

Fields

Error = 2

The listener encountered an error and could not start. No events will be raised.

Started = 1

The listener has been successfully started.

Stopped = 0

The listener has not been started, and is not currently listening for devices. No events will be raised.