mirror of
https://github.com/pcsc-for-php/pcsc.git
synced 2026-08-08 21:09:26 +02:00
Content update
This commit is contained in:
parent
83de43d9fe
commit
6508c44984
2 changed files with 20 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue