![]() | Fun 0.41.5 The programming language that makes You have fun |
Implements the OP_PCSC_CONNECT opcode (conditional build). More...
Go to the source code of this file.
Functions | |
| free_value (vreader) | |
| free_value (vctx) | |
| push_value (vm, make_int(0)) | |
Variables | |
| case | OP_PCSC_CONNECT |
| Value | vctx = pop_value(vm) |
| break | |
Implements the OP_PCSC_CONNECT opcode (conditional build).
Connects to a smart card in the specified reader using an existing PC/SC context. On success, allocates/returns a card handle id from the internal registry. When PCSC support is disabled at build time, this opcode returns 0.
Definition in file connect.c.
| free_value | ( | vctx | ) |
| free_value | ( | vreader | ) |
| push_value | ( | vm | , |
| make_int(0) | ) |
| case OP_PCSC_CONNECT |
OP_PCSC_CONNECT: (ctx_id:int, reader_name:any) -> int