Card service event type

Namespace: BasicCard.Framework
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public enum CardServiceEventType
Visual Basic
Public Enumeration CardServiceEventType
Visual C++
public enum class CardServiceEventType
F#
type CardServiceEventType

Members

Member nameValueDescription
ServiceAvailable0 A card service has become available
ServiceUnavailable1 A card service has become unavailable

See Also