Parent Directory
|
Revision Log
|
Patch
| revision 1445 by rousseau, Tue Apr 26 13:40:48 2005 UTC | revision 1449 by rousseau, Tue Apr 26 14:22:50 2005 UTC | |
|---|---|---|
| # | Line 78 typedef struct | Line 78 typedef struct |
| 78 | * The array of data rates supported by the reader | * The array of data rates supported by the reader |
| 79 | */ | */ |
| 80 | unsigned int *arrayOfSupportedDataRates; | unsigned int *arrayOfSupportedDataRates; |
| 81 | ||
| 82 | /* | |
| 83 | * Read communication port timeout | |
| 84 | * value is seconds for serial, milliseconds for USB | |
| 85 | * this value can evolve dynamically if card request it (time processing). | |
| 86 | */ | |
| 87 | unsigned int readTimeout; | |
| 88 | ||
| 89 | } _ccid_descriptor; | } _ccid_descriptor; |
| 90 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |