CardReaderObserver states.

Namespace: BasicCard.Framework
Assembly: 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 nameValueDescription
Stopped0 The observer is stopped, no readers are observed.
Started1 The observer is started, card readers are observed.
Suspended2 The observer is suspended, readers are currently not observed.

See Also