public final class SmartCardReaderManager extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
SmartCardReaderManager()
This constructor is provided for the use of implementations and specifications
which extend this specification.
|
| Modifier and Type | Method and Description |
|---|---|
static SmartCardReaderManager |
getInstance()
Used to get the unique istance of the smart card reader manager.
|
int |
getNumber()
Retrieves the number of smart card readers provided on the terminal.
|
SmartCardReader[] |
getSmartCardReaders()
Allows application to retrieve an array including all the smart card readers
provided on the terminal.
|
protected SmartCardReaderManager()
public static SmartCardReaderManager getInstance()
public int getNumber()
public SmartCardReader[] getSmartCardReaders()
Copyright © 2012 code4tv.com. All Rights Reserved.