ApduTxData Struct Reference
APDU TX exchange command.
#include <scmTypes.h>
Public Attributes | |
| char32_t | class_instruction = 0 |
| Class of instruction. | |
| char32_t | instruction = 0 |
| Instruction code. | |
| char32_t | param1 = 0 |
| Instruction parameter 1. | |
| char32_t | param2 = 0 |
| Instruction parameter 2. | |
| char32_t | expectedResponseLen = 0 |
| Length. | |
| std::string | txData |
| Data structure. | |
