Package | Description |
---|---|
net.sf.crypton.scard.pcscwrapper |
Modifier and Type | Method and Description |
---|---|
static CardShareMode |
CardShareMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CardShareMode[] |
CardShareMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CardHandle |
PcscliteWrapper.sCardConnect(long hContext,
String readerName,
CardShareMode shareMode,
SCardProtocol... preferredProtocols)
The sCardConnect function establishes a connection (using a specific
resource manager context) between the calling application and a smart
card contained by a specific reader.
|
Copyright © 2011-2013. All Rights Reserved.