public class SCardReader
Represents a slot
You can get this object with a call to SCardReaderList.getReader
SCardReaderList.getReader
Modifier and Type | Method and Description |
---|---|
void |
cardConnect()
Connect to the card (power up + open a communication channel with the card)
|
boolean |
getCardConnected()
Is a card connected (a ICC PwrOn happened) ?
|
boolean |
getCardPowered()
Is the card powered (by the device) ?
|
boolean |
getCardPresent()
Is the card present in the slot ?
|
SCardChannel |
getChannel()
Communication channel with a card
|
int |
getIndex()
Index of the slot in the
class SCardReaderList |
java.lang.String |
getName()
Name of the slot
|
SCardReaderList |
getParent()
Points to an
|
void |
setCardConnected$module(boolean p)
Is a card connected (a ICC PwrOn happened) ?
|
void |
setCardPowered$module(boolean p)
Is the card powered (by the device) ?
|
void |
setCardPresent$module(boolean p)
Is the card present in the slot ?
|
void |
setIndex$module(int p)
Index of the slot in the
class SCardReaderList |
void |
setName$module(java.lang.String p)
Name of the slot
|
public boolean getCardPresent()
Is the card present in the slot ?
public void setCardPresent$module(boolean p)
Is the card present in the slot ?
public boolean getCardConnected()
Is a card connected (a ICC PwrOn happened) ?
public void setCardConnected$module(boolean p)
Is a card connected (a ICC PwrOn happened) ?
public boolean getCardPowered()
Is the card powered (by the device) ?
public void setCardPowered$module(boolean p)
Is the card powered (by the device) ?
public java.lang.String getName()
Name of the slot
public void setName$module(java.lang.String p)
Name of the slot
public int getIndex()
Index of the slot in the class SCardReaderList
class SCardReaderList
public void setIndex$module(int p)
Index of the slot in the class SCardReaderList
class SCardReaderList
public SCardChannel getChannel()
Communication channel with a card
public void cardConnect()
Connect to the card (power up + open a communication channel with the card)
public SCardReaderList getParent()
Points to an
class SCardReaderList
object
class SCardReaderList