public class RaspRC522
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
static byte |
AnalogTestReg |
static byte |
AutoTestReg |
static byte |
BitFramingReg |
static byte |
CollReg |
static byte |
CommandReg |
static byte |
CommIEnReg |
static byte |
CommIrqReg |
static byte |
ControlReg |
static byte |
CRCResultRegL |
static byte |
CRCResultRegM |
static byte |
CWGsPReg |
static byte |
DemodReg |
static byte |
DivIrqReg |
static byte |
DivlEnReg |
static byte |
ErrorReg |
static byte |
FIFODataReg |
static byte |
FIFOLevelReg |
static byte |
GsNReg |
static int |
MI_ERR |
static int |
MI_NOTAGERR |
static int |
MI_OK |
static byte |
MifareReg |
static byte |
ModeReg |
static byte |
ModGsPReg |
static byte |
ModWidthReg |
static byte |
PCD_AUTHENT |
static byte |
PCD_CALCCRC |
static byte |
PCD_IDLE |
static byte |
PCD_RECEIVE |
static byte |
PCD_RESETPHASE |
static byte |
PCD_TRANSCEIVE |
static byte |
PCD_TRANSMIT |
static byte |
PICC_ANTICOLL |
static byte |
PICC_AUTHENT1A |
static byte |
PICC_AUTHENT1B |
static byte |
PICC_DECREMENT |
static byte |
PICC_HALT |
static byte |
PICC_INCREMENT |
static byte |
PICC_READ |
static byte |
PICC_REQALL |
static byte |
PICC_REQIDL |
static byte |
PICC_RESTORE |
static byte |
PICC_SElECTTAG |
static byte |
PICC_TRANSFER |
static byte |
PICC_WRITE |
static byte |
Reserved00 |
static byte |
Reserved01 |
static byte |
Reserved10 |
static byte |
Reserved11 |
static byte |
Reserved12 |
static byte |
Reserved13 |
static byte |
Reserved14 |
static byte |
Reserved20 |
static byte |
Reserved21 |
static byte |
Reserved22 |
static byte |
Reserved30 |
static byte |
Reserved31 |
static byte |
Reserved32 |
static byte |
Reserved33 |
static byte |
Reserved34 |
static byte |
RFCfgReg |
static byte |
RxModeReg |
static byte |
RxSelReg |
static byte |
RxThresholdReg |
static byte |
SerialSpeedReg |
static byte |
Status1Reg |
static byte |
Status2Reg |
static byte |
TCounterValueRegH |
static byte |
TCounterValueRegL |
static byte |
TestADCReg |
static byte |
TestBusReg |
static byte |
TestDAC1Reg |
static byte |
TestDAC2Reg |
static byte |
TestPinEnReg |
static byte |
TestPinValueReg |
static byte |
TestSel1Reg |
static byte |
TestSel2Reg |
static byte |
TModeReg |
static byte |
TPrescalerReg |
static byte |
TReloadRegH |
static byte |
TReloadRegL |
static byte |
TxAutoReg |
static byte |
TxControlReg |
static byte |
TxModeReg |
static byte |
TxSelReg |
static byte |
VersionReg |
static byte |
WaterLevelReg |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
AntiColl(byte[] back_data) |
int |
Auth_Card(byte auth_mode,
byte block_address,
byte[] key,
byte[] uid) |
int |
Auth_Card(byte auth_mode,
byte sector,
byte block,
byte[] key,
byte[] uid) |
byte[] |
DumpClassic1K(byte[] key,
byte[] uid) |
void |
RC522_Init() |
int |
Read(byte block_address,
byte[] back_data) |
int |
Read(byte sector,
byte block,
byte[] back_data) |
int |
Request(byte req_mode,
int[] back_bits) |
int |
Select_MirareOne(byte[] uid) |
int |
Select_Tag(byte[] uid) |
void |
Stop_Crypto() |
int |
Write(byte block_address,
byte[] data) |
int |
Write(byte sector,
byte block,
byte[] data) |
public static final byte PCD_IDLE
public static final byte PCD_AUTHENT
public static final byte PCD_RECEIVE
public static final byte PCD_TRANSMIT
public static final byte PCD_TRANSCEIVE
public static final byte PCD_RESETPHASE
public static final byte PCD_CALCCRC
public static final byte PICC_REQIDL
public static final byte PICC_REQALL
public static final byte PICC_ANTICOLL
public static final byte PICC_SElECTTAG
public static final byte PICC_AUTHENT1A
public static final byte PICC_AUTHENT1B
public static final byte PICC_READ
public static final byte PICC_WRITE
public static final byte PICC_DECREMENT
public static final byte PICC_INCREMENT
public static final byte PICC_RESTORE
public static final byte PICC_TRANSFER
public static final byte PICC_HALT
public static final int MI_OK
public static final int MI_NOTAGERR
public static final int MI_ERR
public static final byte Reserved00
public static final byte CommandReg
public static final byte CommIEnReg
public static final byte DivlEnReg
public static final byte CommIrqReg
public static final byte DivIrqReg
public static final byte ErrorReg
public static final byte Status1Reg
public static final byte Status2Reg
public static final byte FIFODataReg
public static final byte FIFOLevelReg
public static final byte WaterLevelReg
public static final byte ControlReg
public static final byte BitFramingReg
public static final byte CollReg
public static final byte Reserved01
public static final byte Reserved10
public static final byte ModeReg
public static final byte TxModeReg
public static final byte RxModeReg
public static final byte TxControlReg
public static final byte TxAutoReg
public static final byte TxSelReg
public static final byte RxSelReg
public static final byte RxThresholdReg
public static final byte DemodReg
public static final byte Reserved11
public static final byte Reserved12
public static final byte MifareReg
public static final byte Reserved13
public static final byte Reserved14
public static final byte SerialSpeedReg
public static final byte Reserved20
public static final byte CRCResultRegM
public static final byte CRCResultRegL
public static final byte Reserved21
public static final byte ModWidthReg
public static final byte Reserved22
public static final byte RFCfgReg
public static final byte GsNReg
public static final byte CWGsPReg
public static final byte ModGsPReg
public static final byte TModeReg
public static final byte TPrescalerReg
public static final byte TReloadRegH
public static final byte TReloadRegL
public static final byte TCounterValueRegH
public static final byte TCounterValueRegL
public static final byte Reserved30
public static final byte TestSel1Reg
public static final byte TestSel2Reg
public static final byte TestPinEnReg
public static final byte TestPinValueReg
public static final byte TestBusReg
public static final byte AutoTestReg
public static final byte VersionReg
public static final byte AnalogTestReg
public static final byte TestDAC1Reg
public static final byte TestDAC2Reg
public static final byte TestADCReg
public static final byte Reserved31
public static final byte Reserved32
public static final byte Reserved33
public static final byte Reserved34
public void RC522_Init()
public int Request(byte req_mode,
int[] back_bits)
public int AntiColl(byte[] back_data)
public int Select_Tag(byte[] uid)
public int Auth_Card(byte auth_mode,
byte block_address,
byte[] key,
byte[] uid)
public int Auth_Card(byte auth_mode,
byte sector,
byte block,
byte[] key,
byte[] uid)
public void Stop_Crypto()
public int Read(byte block_address,
byte[] back_data)
public int Read(byte sector,
byte block,
byte[] back_data)
public int Write(byte block_address,
byte[] data)
public int Write(byte sector,
byte block,
byte[] data)
public byte[] DumpClassic1K(byte[] key,
byte[] uid)
public int Select_MirareOne(byte[] uid)