- amlib.ccid - package amlib.ccid
-
It provides classes to communicating with Alcorlink smart card reader on Android 3.1 or above.
- amlib.hw - package amlib.hw
-
This package provides APIs to communication with hardware.
- AT24C_CARD_TYPE_DEFINE_MAX - Static variable in class amlib.ccid.ReaderAT24C
-
- AT24C_ONE_BYTE_ADDRESSING - Static variable in class amlib.ccid.ReaderAT24C
-
- AT24C_TWO_BYTE_ADDRESSING - Static variable in class amlib.ccid.ReaderAT24C
-
- AT24CSeriesCmd_Read(int, byte, int, byte[], int[]) - Method in class amlib.ccid.ReaderAT24C
-
AT24CSeriesCmd_Read read data from the memory card.
- AT24CSeriesCmd_Write(int, byte, int, int, byte[]) - Method in class amlib.ccid.ReaderAT24C
-
AT24CSeriesCmd_Write writes data to the memory card.
- AT24CxxCmd_Read(byte, int, int, byte[], int[]) - Method in class amlib.ccid.ReaderAT24C
-
AT24CxxCmd_Read read data from the memory card.
- AT24CxxCmd_Write(int, int, int, byte[]) - Method in class amlib.ccid.ReaderAT24C
-
AT24CxxCmd_Write writes data to the memory card.
- AT45D041Cmd(byte, int, int, int, byte[], int, byte[], int[]) - Method in class amlib.ccid.ReaderAT45D041
-
AT45D041Cmd reads/write data from/to the card.
- AT88SC102Cmd_OpBitGetAddr(int[]) - Method in class amlib.ccid.ReaderAT88SC102
-
This function gets the current bit address of the card.
- AT88SC102Cmd_OpBitsGotoAddr(int) - Method in class amlib.ccid.ReaderAT88SC102
-
This function makes the card JUMP to the target bit address.
- AT88SC102Cmd_OpBitsIncAddr(int) - Method in class amlib.ccid.ReaderAT88SC102
-
This function increases the internal address counter of the card.
- AT88SC102Cmd_OpBitsRead(int, byte[]) - Method in class amlib.ccid.ReaderAT88SC102
-
This function reads bit data from the card from current address.
- AT88SC102Cmd_OpBytesComp(int, byte[]) - Method in class amlib.ccid.ReaderAT88SC102
-
This function sends data to the card for comparison.
- AT88SC102Cmd_OpBytesIncAddr(int) - Method in class amlib.ccid.ReaderAT88SC102
-
This function increases the internal address counter of the card.
- AT88SC102Cmd_OpBytesRead(int, byte[]) - Method in class amlib.ccid.ReaderAT88SC102
-
This function reads bytes data from the card from current address.
- AT88SC102Cmd_OpBytesWrite(int, byte[]) - Method in class amlib.ccid.ReaderAT88SC102
-
This function writes data to current address of the card.
- AT88SC102Cmd_OpReset() - Method in class amlib.ccid.ReaderAT88SC102
-
This function sends micro operation, RESET, to the card.
- AT88SC102Cmd_OpSingleBitErase() - Method in class amlib.ccid.ReaderAT88SC102
-
This function sends a erase operation with single bit to logic 1.
- AT88SC102Cmd_OpSingleBitWrite() - Method in class amlib.ccid.ReaderAT88SC102
-
This function sends a write operation with single bit to logic 0.
- AT88SC102Cmd_OpStandby() - Method in class amlib.ccid.ReaderAT88SC102
-
This function sends micro operation, STANDBY, to the card.
- AT88SC102Cmd_SetFusPinHigh() - Method in class amlib.ccid.ReaderAT88SC102
-
This function drives the FUS pin of the card to high state.
- AT88SC102Cmd_SetFusPinLow() - Method in class amlib.ccid.ReaderAT88SC102
-
This function drives the FUS pin of the card to low state.
- AT88SC102Cmd_SetRstPinHigh() - Method in class amlib.ccid.ReaderAT88SC102
-
AT88SC102Cmd_SetRstPinHigh drives the RST pin of the card to high state.
- AT88SC102Cmd_SetRstPinLow() - Method in class amlib.ccid.ReaderAT88SC102
-
AT88SC102Cmd_SetRstPinLow drives the RST pin of the card to low state
This function makes the reader drives RST pin to low.
- AT88SC153Cmd_Addr(byte, byte, byte, byte[], byte, byte[], int[]) - Method in class amlib.ccid.ReaderAT88SC153
-
Base function for AT88SC153 operating EEPROM.
- AT88SC153Cmd_ChangeChipSelectMask(byte) - Method in class amlib.ccid.ReaderAT88SC153
-
Change chip select mask for programed chip.
- AT88SC153Cmd_InitializeAuthentication(byte[]) - Method in class amlib.ccid.ReaderAT88SC153
-
Sends INITIALIZE AUTHENTICATION command to the card.
- AT88SC153Cmd_ReadEeprom(byte, byte, byte, byte[], int[]) - Method in class amlib.ccid.ReaderAT88SC153
-
- AT88SC153Cmd_ReadFuse(byte[]) - Method in class amlib.ccid.ReaderAT88SC153
-
Receive cureent fuse statud.
- AT88SC153Cmd_VerifyAuthentication(byte[]) - Method in class amlib.ccid.ReaderAT88SC153
-
Sends VERIFY AUTHENTICATION command to the card
- AT88SC153Cmd_VerifyPassword(byte, boolean, byte, byte, byte) - Method in class amlib.ccid.ReaderAT88SC153
-
Verifies the read/write password of the selected zone.
- AT88SC153Cmd_WriteEeprom(byte, byte, byte, byte[]) - Method in class amlib.ccid.ReaderAT88SC153
-
- AT88SC153Cmd_WriteFuse(byte) - Method in class amlib.ccid.ReaderAT88SC153
-
Do fuse operation.
- AT88SC1608Cmd_InitializeAuthentication(byte[]) - Method in class amlib.ccid.ReaderAT88SC1608
-
AT88SC1608Cmd_InitializeAuthentication sends INITIALIZE AUTHENTICATION command to the card.
- AT88SC1608Cmd_ReadConfigurationZone(byte, byte, byte[], int[]) - Method in class amlib.ccid.ReaderAT88SC1608
-
AT88SC1608Cmd_ReadConfigurationZone reads data from the configuration zone of the card.
- AT88SC1608Cmd_ReadUserZone(byte, byte, byte[], int[]) - Method in class amlib.ccid.ReaderAT88SC1608
-
AT88SC1608Cmd_ReadUserZone reads data from the current user zone of the card
- AT88SC1608Cmd_SetUserZoneAddress(byte) - Method in class amlib.ccid.ReaderAT88SC1608
-
AT88SC1608Cmd_SetUserZoneAddress selects the current user zone number.
- AT88SC1608Cmd_VerifyAuthentication(byte[]) - Method in class amlib.ccid.ReaderAT88SC1608
-
AT88SC1608Cmd_VerifyAuthentication sends VERIFY AUTHENTICATION command to the card
- AT88SC1608Cmd_VerifyPassword(byte, boolean, byte, byte, byte) - Method in class amlib.ccid.ReaderAT88SC1608
-
AT88SC1608Cmd_VerifyPassword verifies the read/write password of the selected zone.
- AT88SC1608Cmd_WriteConfigurationZone(byte, byte, byte[]) - Method in class amlib.ccid.ReaderAT88SC1608
-
AT88SC1608Cmd_WriteConfigurationZone writes data to the configuration zone of the card.
- AT88SC1608Cmd_WriteUserZone(byte, byte, byte[]) - Method in class amlib.ccid.ReaderAT88SC1608
-
AT88SC1608Cmd_WriteUserZone writes data to the current user zone of the card..