SmartCardManager Interface Reference
Smart card manager. More...
Inheritance diagram for SmartCardManager:
Public Member Functions | |
List< SmartCardDevice > | getDevices () throws SmartCardNotAvailableException, SmartCardLowLevelException |
Gets list available devices. More... | |
void | close () |
Public Member Functions inherited from Manager | |
String | getIp () |
String | getName () |
Boolean | isAlive () |
void | subscribe (ManagerObserver observer) throws CannotSubscribeException |
void | unSubscribe (ManagerObserver observer) throws ObserverNotSubscribedException |
Public Member Functions inherited from Subject< T extends Observer< U, U extends Event > | |
void | subscribe (T observer) throws CannotSubscribeException |
void | unSubscribe (T observer) throws ObserverNotSubscribedException |
Detailed Description
Smart card manager
Member Function Documentation
void close | ( | ) |
Closes the smart card manager. Recommended to finish properly
List<SmartCardDevice> getDevices | ( | ) | throws SmartCardNotAvailableException, SmartCardLowLevelException |
- Returns
- devices list
- Exceptions
-
SmartCardNotAvailableException SmartCardLowLevelException