Content update

This commit is contained in:
Johannes Findeisen 2021-02-21 07:50:36 +01:00
commit 6508c44984
2 changed files with 20 additions and 2 deletions

View file

@ -60,10 +60,17 @@ array(3) {
}
```
### scard_connect($context, "OMNIKEY CardMan 5x21 00 00");
### scard_connect($context, "OMNIKEY CardMan 5x21 00 00" [, int $protocol]);
Connects to a card. Returns the $connection to a reader or FALSE.
Where optional $protocol is:
* 1 = T=0
* 2 = T=1
Default $protocol is T=1.
### scard_reconnect($connection);
Returns the $connection to a reader or FALSE.