Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Reconnects to smart card with different protocol.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SmartCard | 6.3 | ✅ Yes | ✅ Yes | ❌ No | ✅ Yes, on macOS and Windows | ❌ No |
Parameter | Description | Example |
---|---|---|
SmartCardContext | The smartcard context reference number. | $SmartCardContext |
ShareMode | A flag that indicates whether other applications may form connections to the card. Can be integer or one of the following texts: Exclusive (1), Shared (2) or Direct (3). |
"Exclusive" |
PreferredProtocols | A number with bitmask of acceptable protocols for the connection or just the text name of the value for only one protocol. Pass T0 (1), T1 (2), T15 (8, not on Windows), Any (3), RAW (4). |
1+2 |
Initialization | Type of initialization that should be performed on the card. Can be Leave, Reset, Unpower or Eject. |
"Reset" |
Returns OK or error.
Created 13th June 2016, last changed 19th June 2016
SmartCard.ReadFile - SmartCard.Release
Feedback: Report problem or ask question.