![]() | Fun 0.41.5 The programming language that makes You have fun |
Implements the OP_PCSC_DISCONNECT opcode (conditional build). More...
Go to the source code of this file.
Functions | |
| free_value (vh) | |
| push_value (vm, make_int(0)) | |
Variables | |
| case | OP_PCSC_DISCONNECT |
| break | |
Implements the OP_PCSC_DISCONNECT opcode (conditional build).
Disconnects a previously connected smart-card handle and frees the corresponding registry slot. When PCSC support is disabled at build time, this opcode returns 0 after consuming its argument.
Definition in file disconnect.c.
| free_value | ( | vh | ) |
| push_value | ( | vm | , |
| make_int(0) | ) |
| break |
Definition at line 48 of file disconnect.c.
| case OP_PCSC_DISCONNECT |
OP_PCSC_DISCONNECT: (handle_id:int) -> int
Definition at line 28 of file disconnect.c.