![]() |
Keyple Card Calypso C++ Library 2.2.2
Reference Terminal Reader API for C++
|
#include <CalypsoSamSecurityContextException.h>
Public Member Functions | |
CalypsoSamSecurityContextException (const std::string &message, const CalypsoSamCommand &command, const std::shared_ptr< int > statusWord) | |
![]() | |
CalypsoSamCommandException (const std::string &message, const CalypsoSamCommand &command, const std::shared_ptr< int > statusWord) | |
![]() | |
const CardCommand & | getCommand () const |
const std::shared_ptr< int > | getStatusWord () const |
CalypsoApduCommandException (const std::string &message, const CardCommand &command, const std::shared_ptr< int > statusWord) | |
(package-private)
Indicates that the security conditions are not fulfilled (e.g. busy status).
Definition at line 28 of file CalypsoSamSecurityContextException.h.
keyple::card::calypso::CalypsoSamSecurityContextException::CalypsoSamSecurityContextException | ( | const std::string & | message, |
const CalypsoSamCommand & | command, | ||
const std::shared_ptr< int > | statusWord | ||
) |
(package-private)
message | the message to identify the exception context. |
command | the Calypso SAM command. |
statusWord | the status word. |
Definition at line 20 of file CalypsoSamSecurityContextException.cpp.