Uses of Class
com.caen.RFIDLibrary.CAENRFIDTag.MemBanks
-
Packages that use CAENRFIDTag.MemBanks Package Description com.caen.RFIDLibrary -
-
Uses of CAENRFIDTag.MemBanks in com.caen.RFIDLibrary
Methods in com.caen.RFIDLibrary that return CAENRFIDTag.MemBanks Modifier and Type Method Description CAENRFIDTag.MemBanksInventorySubCommand. getMemoryBank()static CAENRFIDTag.MemBanksCAENRFIDTag.MemBanks. valueOf(String name)Returns the enum constant of this type with the specified name.static CAENRFIDTag.MemBanks[]CAENRFIDTag.MemBanks. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.caen.RFIDLibrary with parameters of type CAENRFIDTag.MemBanks Modifier and Type Method Description static InventorySubCommandInventorySubCommand. buildReadSubCommand(CAENRFIDTag.MemBanks memoryBank, int startAddress, int wordCount, int accessPassword)Build a read sub command.static InventorySubCommandInventorySubCommand. buildWriteSubCommand(CAENRFIDTag.MemBanks memoryBank, int startAddress, byte[] wordToWrite, int accessPassword)Build a write sub command.
-