Callout type
Namespace: BasicCard.BasicCards.LoaderAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public enum EventTypeEnum |
Visual Basic |
---|
Public Enumeration EventTypeEnum |
Visual C++ |
---|
public enum class EventTypeEnum |
F# |
---|
type EventTypeEnum |
Members
Member name | Value | Description | |
---|---|---|---|
SetState | 0 | Set state event | |
EepromSize | 1 | EEPROM size event | |
ClearEeprom | 2 | Clear eeprom event | |
ResetCard | 3 | Reset card event | |
WriteEeprom | 4 | Write eeprom event | |
EepromCrc | 5 | EEPROM CRC event | |
Error | 6 | Download terminated because of error | |
Ready | 7 | Download successful finished |