IEmvCard Interface Reference
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... | |
![]() | |
IList< string > | SendPasstroughCommands (IList< string > commnads) |
Sends passtrouht commands More... | |
Additional Inherited Members | |
![]() | |
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
-
abort true to abort, false to confirm it
Implemented in EmvCard.
void RequestCharge | ( | ISmartCardCharge | charge | ) |
- Parameters
-
charge
Implemented in EmvCard.