Emv card to be used for payments More...

Inheritance diagram for IEmvCard:

Public Member Functions

void RequestCharge (ISmartCardCharge charge)
 Request a EMV charge More...
 
void ConfirmCharge (bool abort)
 Confirm or cancel a EMV charge More...
 
- Public Member Functions inherited from ISmartCard
IList< string > SendPasstroughCommands (IList< string > commnads)
 Sends passtrouht commands More...
 

Additional Inherited Members

- Properties inherited from ISmartCard
string Uid [get]
 Card Uid More...
 
bool Collision [get]
 Collision state. True : collision. False: no collision More...
 
string Atqa [get]
 ATQA More...
 
string Sak [get]
 SAK More...
 
string Ats [get]
 ATS More...
 

Detailed Description

Member Function Documentation

void ConfirmCharge ( bool  abort)
Parameters
aborttrue to abort, false to confirm it

Implemented in EmvCard.

void RequestCharge ( ISmartCardCharge  charge)
Parameters
charge

Implemented in EmvCard.