SmartCard Interface Reference

Smart card. More...

Inheritance diagram for SmartCard:

Public Member Functions

String getUid ()
 
Boolean getCollision ()
 
SmartCardReader getReader ()
 
List< String > sendPasstroughCommands (List< String > commands) throws SmartCardNotAvailableException, SmartCardLowLevelException
 

Detailed Description

Smart card

Member Function Documentation

Boolean getCollision ( )

Gets collision state

Returns
collision state
SmartCardReader getReader ( )

Gets card reader

Returns
card reader
String getUid ( )

Gets card uid

Returns
card uid
List<String> sendPasstroughCommands ( List< String >  commands) throws SmartCardNotAvailableException, SmartCardLowLevelException

Sends passtrough commands

Returns
passtrough responses
Exceptions
SmartCardLowLevelException
SmartCardNotAvailableException