Card event type.

Namespace: BasicCard.Framework
Assembly: 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 nameValueDescription
Remove0 A card was removed from reader.
Insert1 A card was inserted into reader.
StatusChange2 The status of the card is changed.
ReaderAdded3 Another card reader has been added to the system
ReaderRemoved4 Another card reader has been removed from system or disabled because failed to work

See Also