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

◆ getCollision()

Boolean getCollision ( )

Gets collision state

Returns
collision state

◆ getReader()

SmartCardReader getReader ( )

Gets card reader

Returns
card reader

◆ getUid()

String getUid ( )

Gets card uid

Returns
card uid

◆ sendPasstroughCommands()

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

Sends passtrough commands

Returns
passtrough responses
Exceptions
SmartCardLowLevelException
SmartCardNotAvailableException