Card event type.
Namespace: BasicCard.FrameworkAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
[SerializableAttribute] [CLSCompliantAttribute(true)] public enum CardEventType |
Visual Basic |
---|
<SerializableAttribute> <CLSCompliantAttribute(true)> Public Enumeration CardEventType |
Visual C++ |
---|
[SerializableAttribute] [CLSCompliantAttribute(true)] public enum class CardEventType |
F# |
---|
[<SerializableAttribute>] [<CLSCompliantAttribute(true)>] type CardEventType |
Members
Member name | Value | Description | |
---|---|---|---|
Remove | 0 | A card was removed from reader. | |
Insert | 1 | A card was inserted into reader. | |
StatusChange | 2 | The status of the card is changed. | |
ReaderAdded | 3 | Another card reader has been added to the system | |
ReaderRemoved | 4 | Another card reader has been removed from system or disabled because failed to work |