CardReaderObserver states.
Namespace: BasicCard.FrameworkAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public enum ObserverState |
Visual Basic |
---|
Public Enumeration ObserverState |
Visual C++ |
---|
public enum class ObserverState |
F# |
---|
type ObserverState |
Members
Member name | Value | Description | |
---|---|---|---|
Stopped | 0 | The observer is stopped, no readers are observed. | |
Started | 1 | The observer is started, card readers are observed. | |
Suspended | 2 | The observer is suspended, readers are currently not observed. |