Commit 18e16b3
committed
Add backward version support on the server side
The server now also supports clients using the previous communication
protocol 4:4 in addition to 4:5.
Protocol 4:5 was introduced with pcsc-lite 2.3.0 in Aug 2024.
Protocol 4:4 was introduced with pcsc-lite 1.8.24 in Oct 2018.
Protocol 4:5 adds the command CMD_GET_READER_EVENTS. This command will
not be used by older clients. They will just work as if the server was
also using protocol version 4:4.1 parent c4dbe7b commit 18e16b3
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
411 | 415 | | |
412 | 416 | | |
413 | 417 | | |
| |||
0 commit comments