![]() |
Keyple Card Calypso C++ Library 2.2.2
Reference Terminal Reader API for C++
|
#include <CardUnexpectedResponseLengthException.h>
Public Member Functions | |
CardUnexpectedResponseLengthException (const std::string &message, const CalypsoCardCommand &command, const std::shared_ptr< int > statusWord) | |
![]() | |
CardCommandException (const std::string &message, const CalypsoCardCommand &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)
This exception indicates that the length of the response is not equal to the value of the LE field in the request.
Definition at line 29 of file CardUnexpectedResponseLengthException.h.
|
inline |
(package-private)
Constructor allowing to set a message, the command and the status word.
message | the message to identify the exception context. |
command | the card command. |
statusWord | the status word. |
Definition at line 41 of file CardUnexpectedResponseLengthException.h.