|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResponseAPDU | |
com.dalsemi.onewire.container |
Uses of ResponseAPDU in com.dalsemi.onewire.container |
Methods in com.dalsemi.onewire.container that return ResponseAPDU | |
ResponseAPDU |
OneWireContainer16.getResponseAPDUInfo()
Gets the current ResponseAPDU received from this Java iButton |
ResponseAPDU |
OneWireContainer16.getFreeRAM()
Gets the amount of free RAM in this Java iButton. |
ResponseAPDU |
OneWireContainer16.getRandomBytes(int numBytes)
Gets requested number of bytes of random data generated by this Java iButton. |
ResponseAPDU |
OneWireContainer16.getFirmwareVersionString()
Gets the firmware version string. |
ResponseAPDU |
OneWireContainer16.getLastError()
Gets the last error value. |
ResponseAPDU |
OneWireContainer16.getErrorReportingMode()
Gets the Error Reporting Mode. |
ResponseAPDU |
OneWireContainer16.setErrorReportingMode(int mode)
Sets the Error Reporting mode. |
ResponseAPDU |
OneWireContainer16.getAIDByNumber(int index)
Gets the AID of the applet by its installed number. |
ResponseAPDU |
OneWireContainer16.deleteSelectedApplet()
Deletes the currently selected applet. |
ResponseAPDU |
OneWireContainer16.deleteAppletByNumber(int index)
Deletes an applet by its installed number. |
ResponseAPDU |
OneWireContainer16.deleteAppletByAID(String aid)
Deletes an applet by its AID. |
ResponseAPDU |
OneWireContainer16.loadApplet(InputStream appletInputStream,
String aid)
Loads an applet onto this Java iButton. |
ResponseAPDU |
OneWireContainer16.loadApplet(String fileName,
String directoryName,
String aid)
Loads an applet onto this Java iButton. |
ResponseAPDU |
OneWireContainer16.masterErase()
Clears all memory in this Java iButton. |
ResponseAPDU |
OneWireContainer16.getPORCount()
Gets the number of times this Java iButton has been power-on-reset (POR) since the last master erase. |
ResponseAPDU |
OneWireContainer16.getRealTimeClock()
Gets the Real Time Clock. |
ResponseAPDU |
OneWireContainer16.getATR()
Gets the Answer To Reset (ATR) from this Java iButton. |
ResponseAPDU |
OneWireContainer16.getEphemeralGCMode()
Gets the Ephemeral Gabage Collection Mode. |
ResponseAPDU |
OneWireContainer16.getAppletGCMode()
Gets the Applet Garbage Collection Mode. |
ResponseAPDU |
OneWireContainer16.getCommandPINMode()
Gets the Command PIN Mode. |
ResponseAPDU |
OneWireContainer16.getLoadPINMode()
Gets the Load PIN Mode. |
ResponseAPDU |
OneWireContainer16.getRestoreMode()
Gets the Restore Mode. |
ResponseAPDU |
OneWireContainer16.getExceptionMode()
Gets the Exception Mode. |
ResponseAPDU |
OneWireContainer16.getCommitBufferSize()
Gets the size of the Commit Buffer. |
ResponseAPDU |
OneWireContainer16.setCommonPIN(String newPIN)
Sets the Common PIN. |
ResponseAPDU |
OneWireContainer16.setEphemeralGCMode(int mode)
Sets the Ephemeral Garbage Collection Mode. |
ResponseAPDU |
OneWireContainer16.setAppletGCMode(int mode)
Sets the Applet Garbage Collection Mode. |
ResponseAPDU |
OneWireContainer16.setCommandPINMode(int mode)
Sets the Command PIN Mode. |
ResponseAPDU |
OneWireContainer16.setLoadPINMode(int mode)
Sets the Load PIN Mode. |
ResponseAPDU |
OneWireContainer16.setRestoreMode(int mode)
Sets the Restore Mode. |
ResponseAPDU |
OneWireContainer16.setExceptionMode(int mode)
Sets the Exception Mode. |
ResponseAPDU |
OneWireContainer16.setCommitBufferSize(int size)
Sets the Commit Buffer size. |
ResponseAPDU |
OneWireContainer16.select(String aid)
Selects an applet by AID. |
ResponseAPDU |
OneWireContainer16.process(CommandAPDU capdu)
Sends a generic process command to this JavaiButton. |
ResponseAPDU |
OneWireContainer16.sendAPDU(CommandAPDU capdu,
int runTime)
Sends a CommandAPDU to this Java iButton. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |