![]() | Fun 0.41.5 The programming language that makes You have fun |
Implements the OP_PCSC_TRANSMIT opcode (conditional build). More...
Go to the source code of this file.
Functions | |
| free_value (vapdu) | |
| free_value (vh) | |
| map_set & | m (NULL, 0) |
| map_set & | m (-1) |
| push_value (vm, m) | |
Variables | |
| case | OP_PCSC_TRANSMIT |
| Value | vh = pop_value(vm) |
| Value | m = make_map_empty() |
| break | |
Implements the OP_PCSC_TRANSMIT opcode (conditional build).
Transmits an APDU to the connected smart card associated with a given handle. Returns a map with the response bytes and status words. When PCSC support is disabled at build time, consumes its arguments and returns a map with code = -2.
Definition in file transmit.c.
| free_value | ( | vapdu | ) |
| free_value | ( | vh | ) |
| map_set & m | ( | - | 1 | ) |
| map_set & m | ( | NULL | , |
| 0 | ) |
| push_value | ( | vm | , |
| m | ) |
| break |
Definition at line 122 of file transmit.c.
| Value m = make_map_empty() |
Definition at line 115 of file transmit.c.
| case OP_PCSC_TRANSMIT |
OP_PCSC_TRANSMIT: (handle_id:int, apdu:array<int>) -> map
Definition at line 33 of file transmit.c.
| Value vh = pop_value(vm) |
Definition at line 113 of file transmit.c.