Description of PiccEmulDesfireEV0. More...
Protected Member Functions | |
| override void | OnCardSelect () |
| override void | OnCardDeselect () |
| override RAPDU | OnApdu (CAPDU capdu) |
Protected Member Functions inherited from SpringCard.PCSC.CardEmulation.CardEmulBase | |
| virtual CardBuffer | OnFrame (CardBuffer cmd) |
Additional Inherited Members | |
Public Member Functions inherited from SpringCard.PCSC.CardEmulation.CardEmulBase | |
| delegate void | ErrorCallback () |
| delegate void | StatusChangedCallback () |
| delegate void | CommandReceivedCallback (CardBuffer Command) |
| delegate void | ResponseReadyCallback (CardBuffer Response) |
| bool | Running () |
| void | Stop () |
| bool | Start (string reader) |
| bool | GetEvent (ref byte evtcode, ref byte evtflags) |
| bool | WaitEvent (ref byte evtcode, ref byte evtflags, ushort timeout_ms) |
| CardBuffer | Process (CardBuffer inBuffer) |
Public Attributes inherited from SpringCard.PCSC.CardEmulation.CardEmulBase | |
| const byte | NFC_EVENT_SELECT = 0x01 |
| const byte | NFC_EVENT_C_APDU_READY = 0x02 |
| const byte | NFC_EVENT_R_APDU_DONE = 0x03 |
| const byte | NFC_EVENT_DESELECT = 0x04 |
| ErrorCallback | OnError = null |
| StatusChangedCallback | OnCardSelected = null |
| StatusChangedCallback | OnCardDeselected = null |
| CommandReceivedCallback | OnCommandReceived = null |
| ResponseReadyCallback | OnResponseReady = null |
| ushort | EventTimeoutMs = 450 |
| ushort | MaxIdleEventCount = 100 |
Protected Attributes inherited from SpringCard.PCSC.CardEmulation.CardEmulBase | |
| bool | IsFirstCommand = true |
| bool | UseApdus = true |
Description of PiccEmulDesfireEV0.