public class SCDCardTerminal
extends javax.smartcardio.CardTerminal
| Constructor and Description |
|---|
SCDCardTerminal(USBReader usbReader,
int slot,
android.hardware.usb.UsbDevice usbDevice) |
| Modifier and Type | Method and Description |
|---|---|
javax.smartcardio.Card |
connect(java.lang.String arg0) |
java.lang.String |
getName() |
int |
getSlot() |
android.hardware.usb.UsbDevice |
getUsbDevice() |
boolean |
isCardPresent() |
boolean |
waitForCardAbsent(long arg0) |
boolean |
waitForCardPresent(long arg0) |
public SCDCardTerminal(USBReader usbReader, int slot, android.hardware.usb.UsbDevice usbDevice)
public javax.smartcardio.Card connect(java.lang.String arg0)
throws javax.smartcardio.CardException
connect in class javax.smartcardio.CardTerminaljavax.smartcardio.CardExceptionpublic java.lang.String getName()
getName in class javax.smartcardio.CardTerminalpublic boolean isCardPresent()
throws javax.smartcardio.CardException
isCardPresent in class javax.smartcardio.CardTerminaljavax.smartcardio.CardExceptionpublic boolean waitForCardAbsent(long arg0)
throws javax.smartcardio.CardException
waitForCardAbsent in class javax.smartcardio.CardTerminaljavax.smartcardio.CardExceptionpublic boolean waitForCardPresent(long arg0)
throws javax.smartcardio.CardException
waitForCardPresent in class javax.smartcardio.CardTerminaljavax.smartcardio.CardExceptionpublic int getSlot()
public android.hardware.usb.UsbDevice getUsbDevice()
Copyright © 2025. All rights reserved.