Show / Hide Table of Contents

DeviceListenerStatus Enum

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

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

In this article
Back to top Generated by DocFX