Keypop Calypso Card C++ API 2.0.0
Reference Calypso Card API for C++
|
Namespaces | |
namespace | spi |
Classes | |
class | CardIOException |
class | CardRevokedException |
class | CardSignatureNotVerifiableException |
class | CryptoException |
class | CryptoIOException |
class | FreeTransactionManager |
class | InconsistentDataException |
class | InvalidCardSignatureException |
class | InvalidPinException |
class | ReaderIOException |
class | SearchCommandData |
class | SecureExtendedModeTransactionManager |
class | SecureRegularModeTransactionManager |
class | SecureSymmetricCryptoTransactionManager |
class | SecureTransactionManager |
class | SelectFileException |
class | SessionBufferOverflowException |
class | SymmetricCryptoSecuritySetting |
class | TransactionManager |
class | UnauthorizedKeyException |
class | UnexpectedCommandStatusException |
Enumerations | |
enum class | ChannelControl { KEEP_OPEN , CLOSE_AFTER } |
enum class | SvAction { DO , UNDO } |
enum class | SvOperation { RELOAD , DEBIT } |
|
strong |
Policy for managing the physical channel after a card request is executed.
Definition at line 22 of file ChannelControl.hpp.
|
strong |
Defines the type Stored Value of action.
Enumerator | |
---|---|
DO | In the case of a SvOperation#RELOAD, loads a positive amount; in the case of a SvOperation#DEBIT, debits a positive amount
|
UNDO | In the case of a SvOperation#RELOAD, loads a negative amount; in the case of a SvOperation#DEBIT, cancels, totally or partially, a previous debit.
|
Definition at line 22 of file SvAction.hpp.
|
strong |
Defines the type of Stored Value operation to be performed.
Enumerator | |
---|---|
RELOAD | Increase the balance of the stored value
|
DEBIT | Decrease the balance of the stored value
|
Definition at line 22 of file SvOperation.hpp.