- GBTagLockSendData(String, char, int, int, String, char, char, char) - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParse
-
- Gen2Entity - Class in com.rscja.deviceapi.entity
-
- Gen2Entity() - Constructor for class com.rscja.deviceapi.entity.Gen2Entity
-
- genChar(Fingerprint.BufferEnum) - Method in class com.rscja.deviceapi.Fingerprint
-
生成特征值(存于指定缓存区)
Generate feature value( save in specified buffer zone)
- genChar(Fingerprint.BufferEnum) - Method in interface com.rscja.deviceapi.interfaces.IFingerprint
-
生成特征值(存于指定缓存区)
Generate feature value( save in specified buffer zone)
- generate(FingerprintWithZAZ.BufferEnum, int[]) - Method in class com.rscja.deviceapi.FingerprintWithZAZ
-
生成模版
- generate(FingerprintWithZAZ.BufferEnum, int[]) - Method in interface com.rscja.deviceapi.interfaces.IFingerprintWithZAZ
-
生成模版
- generateImg(byte[], String) - Method in class com.rscja.deviceapi.FingerprintWithFIPS
-
生成bmp图片
Generate bmp
- generateImg(byte[], String) - Method in class com.rscja.deviceapi.FingerprintWithTLK1NC
-
- generateImg(byte[], String) - Method in interface com.rscja.deviceapi.interfaces.IFingerprintWithFIPS
-
生成bmp图片
Generate bmp
- generateImg(byte[], String) - Method in interface com.rscja.deviceapi.interfaces.IFingerprintWithTLK1NC
-
- generateLockCode(ArrayList<Integer>, int) - Method in interface com.rscja.deviceapi.interfaces.IUHF
-
获取锁定码
Get lock code
- generateLockCode(ArrayList<Integer>, int) - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParse
-
获取锁标签的锁定码
- generateLockCode(ArrayList<Integer>, int) - Method in class com.rscja.deviceapi.RFIDWithUHFA4NetWork
-
获取锁定码(Get lock code)
示例代码:比如锁定EPC区和USER区 (Sample code: such as locking EPC area and USER area)
List lockBank=new ArrayList<>();
lockBank.add(IUHF.LockBank_EPC);
lockBank.add(IUHF.LockBank_USER);
int lockMode =IUHF.LockMode_LOCK;
String hexLockCode=generateLockCode(lockBank,lockMode);
- generateLockCode(ArrayList<Integer>, int) - Method in class com.rscja.deviceapi.RFIDWithUHFA4RS232
-
获取锁定码(Get lock code)
示例代码:比如锁定EPC区和USER区 (Sample code: such as locking EPC area and USER area)
List lockBank=new ArrayList<>();
lockBank.add(IUHF.LockBank_EPC);
lockBank.add(IUHF.LockBank_USER);
int lockMode =IUHF.LockMode_LOCK;
String hexLockCode=generateLockCode(lockBank,lockMode);
- generateLockCode(ArrayList<Integer>, int) - Method in class com.rscja.deviceapi.RFIDWithUHFA8NetWork
-
获取锁定码(Get lock code)
示例代码:比如锁定EPC区和USER区 (Sample code: such as locking EPC area and USER area)
List lockBank=new ArrayList<>();
lockBank.add(IUHF.LockBank_EPC);
lockBank.add(IUHF.LockBank_USER);
int lockMode =IUHF.LockMode_LOCK;
String hexLockCode=generateLockCode(lockBank,lockMode);
- generateLockCode(ArrayList<Integer>, int) - Method in class com.rscja.deviceapi.RFIDWithUHFA8RS232
-
获取锁定码(Get lock code)
示例代码:比如锁定EPC区和USER区 (Sample code: such as locking EPC area and USER area)
List lockBank=new ArrayList<>();
lockBank.add(IUHF.LockBank_EPC);
lockBank.add(IUHF.LockBank_USER);
int lockMode =IUHF.LockMode_LOCK;
String hexLockCode=generateLockCode(lockBank,lockMode);
- generateLockCode(ArrayList<Integer>, int) - Method in class com.rscja.deviceapi.RFIDWithUHFBLE
-
- generateLockCode(ArrayList<Integer>, int) - Method in class com.rscja.deviceapi.RFIDWithUHFUART
-
- generateLockCode(ArrayList<Integer>, int) - Method in class com.rscja.deviceapi.RFIDWithUHFUrxNetwork
-
- generateLockCode(ArrayList<Integer>, int) - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUart
-
获取锁定码
Get lock code
- generateLockCode(ArrayList<Integer>, int) - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUsbToUart
-
- generateLockCode(ArrayList<Integer>, int) - Method in class com.rscja.deviceapi.RFIDWithUHFUSB
-
- generateLockCode(ArrayList<Integer>, int) - Static method in class com.rscja.deviceapi.UHFProtocolParseBase
-
- genericFunction(char, char[], char) - Method in interface com.rscja.deviceapi.interfaces.IRFIDWithISO15693
-
- genericFunction(char, char[], char) - Method in class com.rscja.deviceapi.RFIDWithISO15693
-
- genericFunction_ex(char, char, char[], int) - Method in interface com.rscja.deviceapi.interfaces.IRFIDWithISO15693
-
- genericFunction_ex(char, char, char[], int) - Method in class com.rscja.deviceapi.RFIDWithISO15693
-
- getAfi() - Method in class com.rscja.deviceapi.entity.HF15693RequestEntity
-
- getAFI() - Method in class com.rscja.deviceapi.entity.ISO15693Entity
-
获取AFI值
acquire AFI value
- getAimId() - Method in class com.rscja.deviceapi.entity.BarcodeEntity
-
- getAllTagTotalFromFlash() - Method in interface com.rscja.deviceapi.interfaces.IUhfReader
-
获取R2、R6 缓存的标签数量
Acquire tag amounts in buffer of R2 and R6.
- getAllTagTotalFromFlash() - Method in class com.rscja.deviceapi.RFIDWithUHFBLE
-
- getAllTagTotalFromFlash() - Method in class com.rscja.deviceapi.RFIDWithUHFUSB
-
- getAndroidDeviceHardwareVersion() - Method in interface com.rscja.deviceapi.interfaces.IUHFURAxExtend
-
- getAndroidDeviceHardwareVersion() - Method in class com.rscja.deviceapi.RFIDWithUHFA4NetWork
-
获取android设备的硬件版本
- getAndroidDeviceHardwareVersion() - Method in class com.rscja.deviceapi.RFIDWithUHFA4RS232
-
获取android设备的硬件版本
- getAndroidDeviceHardwareVersion() - Method in class com.rscja.deviceapi.RFIDWithUHFA8NetWork
-
获取android设备的硬件版本
- getAndroidDeviceHardwareVersion() - Method in class com.rscja.deviceapi.RFIDWithUHFA8RS232
-
获取android设备的硬件版本
- getAnimalFlag() - Method in class com.rscja.deviceapi.entity.AnimalEntity
-
获取动物标签的AnimalFlag
acquire AnimalFlag of animal tag
- getAnt() - Method in class com.rscja.deviceapi.entity.AntennaPowerEntity
-
- getAnt() - Method in class com.rscja.deviceapi.entity.UHFTAGInfo
-
- getANT() - Method in interface com.rscja.deviceapi.interfaces.IMultipleAntenna
-
获取当前设置的天线
- getANT() - Method in interface com.rscja.deviceapi.interfaces.IUHFURx
-
获取天线
- getANT() - Method in class com.rscja.deviceapi.RFIDWithUHFA4NetWork
-
获取天线启用状态(Get the antenna enable status)
- getANT() - Method in class com.rscja.deviceapi.RFIDWithUHFA4RS232
-
获取天线启用状态(Get the antenna enable status)
- getANT() - Method in class com.rscja.deviceapi.RFIDWithUHFA8NetWork
-
获取天线启用状态(Get the antenna enable status)
- getANT() - Method in class com.rscja.deviceapi.RFIDWithUHFA8RS232
-
获取天线启用状态(Get the antenna enable status)
- getANT() - Method in class com.rscja.deviceapi.RFIDWithUHFAxBase
-
获取当前设置的天线
- getANT() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxNetwork
-
- getANT() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUart
-
获取天线
- getANT() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUsbToUart
-
- getAntennaConnectState() - Method in interface com.rscja.deviceapi.interfaces.IUHFURx
-
- getAntennaConnectState() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxNetwork
-
- getAntennaConnectState() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUart
-
- getAntennaConnectState() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUsbToUart
-
- getAntennaConnectStateSendData() - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParseUrx
-
- getAntennaName() - Method in class com.rscja.deviceapi.entity.AntennaConnectState
-
- getAntennaName() - Method in class com.rscja.deviceapi.entity.AntennaState
-
- getAntennaPower() - Method in interface com.rscja.deviceapi.interfaces.IMultipleAntenna
-
获取单个天线的功率
- getAntennaPower() - Method in class com.rscja.deviceapi.RFIDWithUHFA4NetWork
-
获取天线功率
- getAntennaPower() - Method in class com.rscja.deviceapi.RFIDWithUHFA4RS232
-
获取天线功率
- getAntennaPower() - Method in class com.rscja.deviceapi.RFIDWithUHFA8NetWork
-
获取天线功率
- getAntennaPower() - Method in class com.rscja.deviceapi.RFIDWithUHFA8RS232
-
获取天线功率
- getAntennaPower() - Method in class com.rscja.deviceapi.RFIDWithUHFAxBase
-
- getAntennaWorkTime(AntennaEnum) - Method in interface com.rscja.deviceapi.interfaces.IMultipleAntenna
-
获取天线工作时间
- getAntennaWorkTime(AntennaEnum) - Method in interface com.rscja.deviceapi.interfaces.IUHFURx
-
获取天线工作时间
- getAntennaWorkTime(AntennaEnum) - Method in class com.rscja.deviceapi.RFIDWithUHFA4NetWork
-
获取天线工作时间(Get the working time of the antenna)
- getAntennaWorkTime(AntennaEnum) - Method in class com.rscja.deviceapi.RFIDWithUHFA4RS232
-
获取天线工作时间(Get the working time of the antenna)
- getAntennaWorkTime(AntennaEnum) - Method in class com.rscja.deviceapi.RFIDWithUHFA8NetWork
-
获取天线工作时间(Get the working time of the antenna)
- getAntennaWorkTime(AntennaEnum) - Method in class com.rscja.deviceapi.RFIDWithUHFA8RS232
-
获取天线工作时间(Get the working time of the antenna)
- getAntennaWorkTime(AntennaEnum) - Method in class com.rscja.deviceapi.RFIDWithUHFAxBase
-
- getAntennaWorkTime(AntennaEnum) - Method in class com.rscja.deviceapi.RFIDWithUHFUrxNetwork
-
- getAntennaWorkTime(AntennaEnum) - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUart
-
获取天线工作时间
- getAntennaWorkTime(AntennaEnum) - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUsbToUart
-
- getAntSendData() - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParseUrx
-
- getAntWorkTimeSendData(byte) - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParseUrx
-
- getAppWhiteList() - Method in interface com.rscja.system.ISystemInterfaces
-
获取App白名单列表
- getBalance() - Method in class com.rscja.deviceapi.CardWithBYL
-
获取余额和有效期
- getBalance() - Method in interface com.rscja.deviceapi.interfaces.ICardWithBYL
-
获取余额和有效期
- getBarcodeBytesData() - Method in class com.rscja.deviceapi.entity.BarcodeEntity
-
条码原始数据
- getBarcodeData() - Method in class com.rscja.deviceapi.entity.BarcodeEntity
-
条码数据
- getBarcodeDecoder() - Method in class com.rscja.barcode.BarcodeFactory
-
- getBarcodeName(int) - Method in class com.rscja.barcode.BarcodeSymbolUtility
-
获取条码名称(get barcode name)
- getBarcodeName() - Method in class com.rscja.deviceapi.entity.BarcodeEntity
-
条码类型
- getBarcodeName(int) - Method in interface com.rscja.deviceapi.interfaces.IBarcodeSymbolUtility
-
- getBarcodeSymbology() - Method in class com.rscja.deviceapi.entity.BarcodeEntity
-
symbologyCode 条码类型code
- getBattery() - Method in class com.rscja.deviceapi.BluetoothReader
-
- getBattery() - Method in interface com.rscja.deviceapi.interfaces.IReader
-
获取电池电量
Acquire battery capacity
- getBattery() - Method in class com.rscja.deviceapi.RFIDWithUHFUSB
-
- getBatterySendData() - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParse
-
获取电量的发送数据
- getBeepSendData(boolean) - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParse
-
获取设置蜂鸣器的发送数据
- getBeepSendData(boolean) - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParseUrx
-
获取设置蜂鸣器的发送数据
- getBleHardwareVersion() - Method in class com.rscja.deviceapi.BluetoothReader
-
- getBleHardwareVersion() - Method in interface com.rscja.deviceapi.interfaces.IBluetoothReader
-
- getBluetoothVersion() - Method in class com.rscja.deviceapi.BluetoothReader
-
- getBluetoothVersion() - Method in interface com.rscja.deviceapi.interfaces.IBluetoothReader
-
获取蓝牙版本号(acquire Bluetooth version)
- getBrokenId(int, int, int[]) - Method in class com.rscja.deviceapi.FingerprintWithZAZ
-
- getBrokenId(int, int, int[]) - Method in interface com.rscja.deviceapi.interfaces.IFingerprintWithZAZ
-
- getBytes(char[]) - Static method in class com.rscja.utility.StringUtility
-
char类型数组转byte类型数组
- getChars(byte[]) - Static method in class com.rscja.utility.StringUtility
-
byte类型数组转char类型数组
- getConnectionStatus() - Method in class com.rscja.deviceapi.R1HFAndPsamManage
-
- getConnectStatus() - Method in class com.rscja.deviceapi.BluetoothReader
-
- getConnectStatus() - Method in interface com.rscja.deviceapi.interfaces.IBluetoothReader
-
获取蓝牙连接状态(Acquire Bluetooth connection status)
- getConnectStatus() - Method in interface com.rscja.deviceapi.interfaces.IUHF
-
获取UHF连接状态
Acquire UHF connection status
- getConnectStatus() - Method in class com.rscja.deviceapi.RFIDWithUHFA4NetWork
-
获取连接状态(Acquire UHF connection status)
- getConnectStatus() - Method in class com.rscja.deviceapi.RFIDWithUHFA4RS232
-
获取连接状态(Acquire UHF connection status)
- getConnectStatus() - Method in class com.rscja.deviceapi.RFIDWithUHFA8NetWork
-
获取连接状态(Acquire UHF connection status)
- getConnectStatus() - Method in class com.rscja.deviceapi.RFIDWithUHFA8RS232
-
获取连接状态(Acquire UHF connection status)
- getConnectStatus() - Method in class com.rscja.deviceapi.RFIDWithUHFUART
-
- getConnectStatus() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxNetwork
-
- getConnectStatus() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUart
-
获取UHF连接状态
Acquire UHF connection status
- getConnectStatus() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUsbToUart
-
- getConnectStatus() - Method in class com.rscja.deviceapi.RFIDWithUHFUSB
-
- getControlWork() - Method in class com.rscja.deviceapi.entity.GPIOInfo
-
- getCount() - Method in class com.rscja.deviceapi.entity.UHFTAGInfo
-
- getCountryID() - Method in class com.rscja.deviceapi.entity.AnimalEntity
-
获取动物标签的国家代码
acquire national code of animal tag
- getCpuType() - Method in class com.rscja.CWDeviceInfo
-
- getCW() - Method in interface com.rscja.deviceapi.interfaces.IUHF
-
获取连续波设置
Acquire CW setup
- getCW() - Method in class com.rscja.deviceapi.RFIDWithUHFA4NetWork
-
获取连续波状态(Get CW status)
- getCW() - Method in class com.rscja.deviceapi.RFIDWithUHFA4RS232
-
获取连续波状态(Get CW status)
- getCW() - Method in class com.rscja.deviceapi.RFIDWithUHFA8NetWork
-
获取连续波状态(Get CW status)
- getCW() - Method in class com.rscja.deviceapi.RFIDWithUHFA8RS232
-
获取连续波状态(Get CW status)
- getCW() - Method in class com.rscja.deviceapi.RFIDWithUHFBLE
-
- getCW() - Method in class com.rscja.deviceapi.RFIDWithUHFUART
-
- getCW() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxNetwork
-
- getCW() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUart
-
获取连续波设置
Acquire CW setup
- getCW() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUsbToUart
-
- getCW() - Method in class com.rscja.deviceapi.RFIDWithUHFUSB
-
- getCWSendData() - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParse
-
- getData() - Method in class com.rscja.deviceapi.entity.DESFireFile
-
获取数据,仅对数据文件类型有效
acquire data, it is only valid for data file type only
- getData() - Method in class com.rscja.deviceapi.entity.GPIOInfo
-
- getData() - Method in class com.rscja.deviceapi.entity.SimpleRFIDEntity
-
获取标签数据
acquire tag data
- getDataBlock() - Method in class com.rscja.deviceapi.entity.AnimalEntity
-
获取动物标签的DataBlock
acquire DataBlock of animal tag
- getDecoderSVersionInfo() - Method in class com.rscja.barcode.BarcodeDecoder
-
返回扫描头和解码库信息
- getDecodeTime() - Method in class com.rscja.deviceapi.entity.BarcodeEntity
-
解码时间
- getDesfid() - Method in class com.rscja.deviceapi.entity.HF15693RequestEntity
-
- getDESFID() - Method in class com.rscja.deviceapi.entity.ISO15693Entity
-
获取DESFID值
acquire DESFID value
- getDestIP() - Method in interface com.rscja.deviceapi.interfaces.IUHFURx
-
获取目标IP
- getDestIP() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxNetwork
-
- getDestIP() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUart
-
获取目标IP
- getDestIP() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUsbToUart
-
- getDeviceInfo() - Static method in class com.rscja.CWDeviceInfo
-
- getDeviceInfo() - Method in class com.rscja.deviceapi.FingerprintWithZAZ
-
获取模块的设备信息
- getDeviceInfo() - Method in interface com.rscja.deviceapi.interfaces.IFingerprintWithZAZ
-
获取模块的设备信息
- getDevices(BluetoothDevice, int, byte[]) - Method in interface com.rscja.deviceapi.interfaces.ScanBTCallback
-
- getDeviceVersion() - Method in class com.rscja.deviceapi.FingerprintSM206B
-
获取指纹模块固件版本
- getDeviceVersion() - Method in interface com.rscja.deviceapi.interfaces.IFingerprintSM206B
-
- getDns1() - Method in class com.rscja.deviceapi.entity.ReaderIPEntity
-
- getDns2() - Method in class com.rscja.deviceapi.entity.ReaderIPEntity
-
- getEmptyId(int, int) - Method in class com.rscja.deviceapi.FingerprintWithZAZ
-
获取指定编号范围内可注册的首个编号
- getEmptyId(int, int) - Method in interface com.rscja.deviceapi.interfaces.IFingerprintWithZAZ
-
获取指定编号范围内可注册的首个编号
- getEncryptionType() - Method in class com.rscja.deviceapi.entity.DESFireFile
-
获取加密方式
acquire encryption method
- getEngineExtrasInfo() - Method in class com.rscja.barcode.Barcode2DSHardwareInfo
-
扫描头额外的扩展信息
- getEngineExtrasInfo() - Method in interface com.rscja.barcode.IBarcode2DSHardwareInfo
-
- getEngineName() - Method in class com.rscja.barcode.Barcode2DSHardwareInfo
-
扫描头型号
- getEngineName() - Method in interface com.rscja.barcode.IBarcode2DSHardwareInfo
-
- getEnrollCount(int, int, int[]) - Method in class com.rscja.deviceapi.FingerprintWithZAZ
-
- getEnrollCount(int, int, int[]) - Method in interface com.rscja.deviceapi.interfaces.IFingerprintWithZAZ
-
- getEPC() - Method in class com.rscja.deviceapi.entity.UHFTAGInfo
-
- getEPCAndTIDUserMode() - Method in interface com.rscja.deviceapi.interfaces.IUHF
-
获取当前循环盘点的模式(EPC或者EPC+TID或者EPC+TID+USER)
Acquire current scan mode(EPC or EPC+TID or EPC+TID+USER)
- getEPCAndTIDUserMode() - Method in class com.rscja.deviceapi.RFIDWithUHFA4NetWork
-
获取当前设置的盘点模式 (Get the currently set inventory mode)
- getEPCAndTIDUserMode() - Method in class com.rscja.deviceapi.RFIDWithUHFA4RS232
-
获取当前设置的盘点模式 (Get the currently set inventory mode)
- getEPCAndTIDUserMode() - Method in class com.rscja.deviceapi.RFIDWithUHFA8NetWork
-
获取当前设置的盘点模式 (Get the currently set inventory mode)
- getEPCAndTIDUserMode() - Method in class com.rscja.deviceapi.RFIDWithUHFA8RS232
-
获取当前设置的盘点模式 (Get the currently set inventory mode)
- getEPCAndTIDUserMode() - Method in class com.rscja.deviceapi.RFIDWithUHFBLE
-
设置R6工作模式
- getEPCAndTIDUserMode() - Method in class com.rscja.deviceapi.RFIDWithUHFUART
-
- getEPCAndTIDUserMode() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxNetwork
-
- getEPCAndTIDUserMode() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUart
-
获取当前循环盘点的模式(EPC或者EPC+TID或者EPC+TID+USER)
Acquire current scan mode(EPC or EPC+TID or EPC+TID+USER)
- getEPCAndTIDUserMode() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUsbToUart
-
- getEPCAndTIDUserMode() - Method in class com.rscja.deviceapi.RFIDWithUHFUSB
-
- getEpcBytes() - Method in class com.rscja.deviceapi.entity.UHFTAGInfo
-
- getEPCTIDModeSendData(char, char) - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParse
-
- getErrCode() - Method in class com.rscja.deviceapi.entity.BarcodeEntity
-
- getErrCode() - Method in interface com.rscja.deviceapi.interfaces.IRFIDWithUHFUSB
-
- getErrCode() - Method in interface com.rscja.deviceapi.interfaces.IUHFOfAndroidUart
-
- getErrCode() - Method in interface com.rscja.deviceapi.interfaces.IUHFURx
-
- getErrCode() - Method in class com.rscja.deviceapi.RFIDWithUHFUART
-
- getErrCode() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxNetwork
-
- getErrCode() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUart
-
- getErrCode() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUsbToUart
-
- getErrCode() - Method in class com.rscja.deviceapi.RFIDWithUHFUSB
-
- getErrorMsg(int) - Method in class com.rscja.deviceapi.FingerprintWithZAZ
-
- getEthernetIpConfig() - Method in interface com.rscja.deviceapi.interfaces.IUHFURAxExtend
-
- getEthernetIpConfig() - Method in class com.rscja.deviceapi.RFIDWithUHFA4NetWork
-
获取以太网配置信息
- getEthernetIpConfig() - Method in class com.rscja.deviceapi.RFIDWithUHFA4RS232
-
获取以太网配置信息
- getEthernetIpConfig() - Method in class com.rscja.deviceapi.RFIDWithUHFA8NetWork
-
获取以太网配置信息
- getEthernetIpConfig() - Method in class com.rscja.deviceapi.RFIDWithUHFA8RS232
-
获取以太网配置信息
- getExtraData(String) - Method in class com.rscja.deviceapi.entity.UHFTAGInfo
-
- getFastIDSendData() - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParse
-
- getFileNo() - Method in class com.rscja.deviceapi.entity.DESFireFile
-
获取文件号
acquire file number
- getFileSize() - Method in class com.rscja.deviceapi.entity.DESFireFile
-
获取文件大小,仅对数据文件类型有效
acquire file size, it is valid for data file type only
- getFileType() - Method in class com.rscja.deviceapi.entity.DESFireFile
-
获取文件类型
acquire file type
- getFingersCount() - Method in class com.rscja.deviceapi.FingerprintWithFIPS
-
获取模块中采集的指纹数量
Acquire collected fingerprint amounts in module.
- getFingersCount() - Method in interface com.rscja.deviceapi.interfaces.IFingerprintWithFIPS
-
获取模块中采集的指纹数量
Acquire collected fingerprint amounts in module.
- getFingerTemplate() - Method in class com.rscja.deviceapi.FingerprintSM206B
-
获取指纹模板数据,用户录入 1 次指纹,生成 256 字节指纹特征值
- getFingerTemplate() - Method in interface com.rscja.deviceapi.interfaces.IFingerprintSM206B
-
- getFrequencyMode() - Method in interface com.rscja.deviceapi.interfaces.IRFIDWithUHFRLM
-
- getFrequencyMode() - Method in interface com.rscja.deviceapi.interfaces.IUHF
-
读取模块的工作模式
Read work mode of module
- getFrequencyMode() - Method in class com.rscja.deviceapi.RFIDWithUHFA4NetWork
-
获取模块的工作频率(Get the working frequency of the module)
- getFrequencyMode() - Method in class com.rscja.deviceapi.RFIDWithUHFA4RS232
-
获取模块的工作频率(Get the working frequency of the module)
- getFrequencyMode() - Method in class com.rscja.deviceapi.RFIDWithUHFA8NetWork
-
获取模块的工作频率(Get the working frequency of the module)
- getFrequencyMode() - Method in class com.rscja.deviceapi.RFIDWithUHFA8RS232
-
获取模块的工作频率(Get the working frequency of the module)
- getFrequencyMode() - Method in class com.rscja.deviceapi.RFIDWithUHFBLE
-
- getFrequencyMode() - Method in class com.rscja.deviceapi.RFIDWithUHFRLM
-
- getFrequencyMode() - Method in class com.rscja.deviceapi.RFIDWithUHFUART
-
- getFrequencyMode() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxNetwork
-
- getFrequencyMode() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUart
-
读取模块的工作模式
Read work mode of module
- getFrequencyMode() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUsbToUart
-
- getFrequencyMode() - Method in class com.rscja.deviceapi.RFIDWithUHFUSB
-
- getFrequencyModeSendData() - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParse
-
- getFullData() - Method in class com.rscja.deviceapi.entity.GPIOInfo
-
- getGateway() - Method in class com.rscja.deviceapi.entity.ReaderIPEntity
-
- getGen2() - Method in interface com.rscja.deviceapi.interfaces.IUHF
-
获取Gen2参数
Acquire Gen2 parameter
获取GEN2参数值(Get GEN2 parameter value)
- getGen2() - Method in class com.rscja.deviceapi.RFIDWithUHFA4NetWork
-
获取GEN2参数值(Get GEN2 parameter value)
- getGen2() - Method in class com.rscja.deviceapi.RFIDWithUHFA4RS232
-
获取GEN2参数值(Get GEN2 parameter value)
- getGen2() - Method in class com.rscja.deviceapi.RFIDWithUHFA8NetWork
-
获取GEN2参数值(Get GEN2 parameter value)
- getGen2() - Method in class com.rscja.deviceapi.RFIDWithUHFA8RS232
-
获取GEN2参数值(Get GEN2 parameter value)
- getGen2() - Method in class com.rscja.deviceapi.RFIDWithUHFBLE
-
- getGen2() - Method in class com.rscja.deviceapi.RFIDWithUHFUART
-
- getGen2() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxNetwork
-
- getGen2() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUart
-
获取Gen2参数
Acquire Gen2 parameter
- getGen2() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUsbToUart
-
- getGen2() - Method in class com.rscja.deviceapi.RFIDWithUHFUSB
-
- getGen2SendData() - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParse
-
- getGpiName() - Method in class com.rscja.deviceapi.entity.GPIStateEntity
-
- getGpiState() - Method in class com.rscja.deviceapi.entity.GPIStateEntity
-
- getGpoName() - Method in class com.rscja.deviceapi.entity.GPOEntity
-
- getGpoState() - Method in class com.rscja.deviceapi.entity.GPOEntity
-
- getHardwareVersion() - Method in interface com.rscja.deviceapi.interfaces.IRFIDWithLF
-
读取硬件版本
read hardware version
- getHardwareVersion() - Method in interface com.rscja.deviceapi.interfaces.IUHFOfAndroidUart
-
- getHardwareVersion() - Method in class com.rscja.deviceapi.RFIDWithLF
-
读取硬件版本
read hardware version
- getHardwareVersion() - Method in class com.rscja.deviceapi.RFIDWithUHFUART
-
- getHF14443A() - Method in class com.rscja.deviceapi.R1HFAndPsamManage
-
获取14443A操作对象 (Get the 14443A operation object)
- getHF14443B() - Method in class com.rscja.deviceapi.R1HFAndPsamManage
-
获取14443B操作对象 (Get the 14443B operation object)
- getHF15693() - Method in class com.rscja.deviceapi.R1HFAndPsamManage
-
获取15693操作对象 (Get the 15693 operation object)
- getHFVersion() - Method in class com.rscja.deviceapi.R1HFAndPsamManage
-
获取高频版本号(Get the HF version)
- getId() - Method in class com.rscja.deviceapi.entity.HF14443RequestEntity
-
- getId() - Method in class com.rscja.deviceapi.entity.SimpleRFIDEntity
-
获取标签ID
acquire tag ID
- getId() - Method in class com.rscja.deviceapi.FingerprintWithFIPS.FingerprintInfo
-
获取指纹模块ID(十六进制)
Acquire fingerprint module ID (hex)
- getID() - Method in class com.rscja.deviceapi.FingerprintWithFIPS
-
获取指纹ID
Acquire fingerprint ID
- getID() - Method in interface com.rscja.deviceapi.interfaces.IFingerprintWithFIPS
-
获取指纹ID
Acquire fingerprint ID
- getIDAndPowerWithWattmeter() - Method in class com.rscja.deviceapi.Infrared
-
获取电表ID和电能值,97标准
Acquire powermeter ID and energy value, 97 standard
- getIDAndPowerWithWattmeter(int) - Method in class com.rscja.deviceapi.Infrared
-
获取电表ID和电能值
Acquire powermeter ID and energy value
- getIDAndPowerWithWattmeter() - Method in interface com.rscja.deviceapi.interfaces.IInfrared
-
获取电表ID和电能值,97标准
Acquire powermeter ID and energy value, 97 standard
- getIDAndPowerWithWattmeter(int) - Method in interface com.rscja.deviceapi.interfaces.IInfrared
-
获取电表ID和电能值
Acquire powermeter ID and energy value
- getIdBytes() - Method in class com.rscja.deviceapi.entity.SimpleRFIDEntity
-
获取标签ID
acquire tag ID
- getIdData() - Method in class com.rscja.deviceapi.entity.AnimalEntity
-
获取64bit的识别号数据,十六进制表示
acquire 64bit identification number, hexdecimal
- getImage() - Method in class com.rscja.deviceapi.Fingerprint
-
获取指纹图像(存于模块图像缓存区)
Acquire fingerprint image( save in buffer zone of module image)
- getImage() - Method in class com.rscja.deviceapi.FingerprintSM206B
-
- getImage(int[]) - Method in class com.rscja.deviceapi.FingerprintWithZAZ
-
从采集器采集指纹图像并保存于 ImageBuffer 中
- getImage() - Method in interface com.rscja.deviceapi.interfaces.IFingerprint
-
获取指纹图像(存于模块图像缓存区)
Acquire fingerprint image( save in buffer zone of module image)
- getImage() - Method in interface com.rscja.deviceapi.interfaces.IFingerprintSM206B
-
- getImage(int[]) - Method in interface com.rscja.deviceapi.interfaces.IFingerprintWithZAZ
-
从采集器采集指纹图像并保存于 ImageBuffer 中
- getIndex() - Method in class com.rscja.deviceapi.entity.UHFTAGInfo
-
- getInputStatus() - Method in interface com.rscja.deviceapi.interfaces.IUHFURx
-
获取输入口状态
- getInputStatus() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxNetwork
-
- getInputStatus() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUart
-
获取输入口状态
- getInputStatus() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUsbToUart
-
- getInstance() - Static method in class com.rscja.barcode.Barcode2DSHardwareInfo
-
- getInstance() - Static method in class com.rscja.barcode.BarcodeFactory
-
- getInstance() - Static method in class com.rscja.barcode.BarcodeSymbolUtility
-
- getInstance() - Static method in class com.rscja.barcode.BarcodeUtility
-
获取条码操作实例
Acquire barcode operation Instance.
- getInstance() - Static method in class com.rscja.deviceapi.Barcode1D
-
获取一维条码操作实例
Acquire 1D barcode operation Instance.
- getInstance() - Static method in class com.rscja.deviceapi.Barcode2D
-
获取二维条码操作实例
* Acquire 2D barcode operation Instance.
- getInstance() - Static method in class com.rscja.deviceapi.BluetoothReader
-
Get BluetoothReader
- getInstance() - Static method in class com.rscja.deviceapi.CardWithBYL
-
获取RFID低频操作实例
- getInstance() - Static method in class com.rscja.deviceapi.Fingerprint
-
获取指纹模块操作实例
Acquire fingerprint module operation Instance.
- getInstance() - Static method in class com.rscja.deviceapi.FingerprintSM206B
-
获取指纹模块操作实例
Acquire fingerprint module operation Instance
- getInstance() - Static method in class com.rscja.deviceapi.FingerprintWithFIPS
-
获取指纹模块操作实例
Acquire fingerprint module operation Instance
- getInstance() - Static method in class com.rscja.deviceapi.FingerprintWithMorpho
-
获取指纹模块操作实例
acquire fingerprint module operation eample
- getInstance() - Static method in class com.rscja.deviceapi.FingerprintWithTLK1NC
-
- getInstance() - Static method in class com.rscja.deviceapi.FingerprintWithZAZ
-
获取指纹模块操作实例
acquire fingerprint module operation eample
- getInstance() - Static method in class com.rscja.deviceapi.Infrared
-
- getInstance() - Static method in class com.rscja.deviceapi.LedLight
-
获取LED灯操作实例
Acquire LED operation example
- getInstance() - Static method in class com.rscja.deviceapi.Module
-
获取操作实例
Acquire operation Instance
- getInstance() - Static method in class com.rscja.deviceapi.Printer
-
获取打印机模块操作实例
Acquire printer module operation Instance
- getInstance() - Static method in class com.rscja.deviceapi.PSAM
-
获取PSAM操作实例
Acquire PSAM operation Instance
- getInstance() - Static method in class com.rscja.deviceapi.R1HFAndPsamManage
-
- getInstance() - Static method in class com.rscja.deviceapi.RFIDWithISO14443A
-
获取ISO14443A协议操作实例
Acquire ISO14443A protocol operation Instance
- getInstance() - Static method in class com.rscja.deviceapi.RFIDWithISO14443A4CPU
-
获取ISO14443A CPU卡协议操作实例
Acquire ISO14443A CPU card protocol operation example
- getInstance() - Static method in class com.rscja.deviceapi.RFIDWithISO14443B
-
获取ISO14443B协议操作实例
Acquire ISO14443B protocol operation Instance
- getInstance() - Static method in class com.rscja.deviceapi.RFIDWithISO15693
-
获取ISO15693协议操作实例
Acquire ISO15693 protocol operation Instance
- getInstance() - Static method in class com.rscja.deviceapi.RFIDWithLF
-
获取RFID低频操作实例
Acquire RFID LF operation Instance
- getInstance() - Static method in class com.rscja.deviceapi.RFIDWithUHFA4
-
- getInstance() - Static method in class com.rscja.deviceapi.RFIDWithUHFA4RS232
-
- getInstance() - Static method in class com.rscja.deviceapi.RFIDWithUHFA8
-
- getInstance() - Static method in class com.rscja.deviceapi.RFIDWithUHFA8RS232
-
- getInstance() - Static method in class com.rscja.deviceapi.RFIDWithUHFBLE
-
- getInstance() - Static method in class com.rscja.deviceapi.RFIDWithUHFRLM
-
- getInstance() - Static method in class com.rscja.deviceapi.RFIDWithUHFUART
-
获取UHF操作实例
Acquire UHF operation Instance
- getInstance() - Static method in class com.rscja.deviceapi.RFIDWithUHFUrxUart
-
获取UHF操作实例
Acquire UHF operation Instance
- getInstance() - Static method in class com.rscja.deviceapi.RFIDWithUHFUrxUsbToUart
-
- getInstance() - Static method in class com.rscja.deviceapi.RFIDWithUHFUSB
-
- getInstance() - Static method in class com.rscja.deviceapi.ScanerLedLight
-
获取LED灯操作实例
Acquire LED light operation example
- getInstance() - Static method in class com.rscja.deviceapi.UsbFingerprint
-
- getInstance() - Static method in class com.rscja.scanner.led.ScanLedManage
-
- getInstance() - Static method in class com.rscja.system.SystemInterfacesFactory
-
- getIntegerSomeBit(int, int) - Method in interface com.rscja.deviceapi.interfaces.IRFIDWithISO14443A
-
取整数的某一位
get one place of integer
- getIntegerSomeBit(int, int) - Method in class com.rscja.deviceapi.RFIDWithISO14443A
-
取整数的某一位
get one place of integer
- getInventorySingleTagSendData() - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParse
-
获取开启单次盘点标签的发送数据
- getIOControlSendData() - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParseUrx
-
- getIp() - Method in class com.rscja.deviceapi.entity.ReaderIPEntity
-
- getIpv6Dns1() - Method in class com.rscja.deviceapi.entity.ReaderIPEntity
-
- getIpv6Dns2() - Method in class com.rscja.deviceapi.entity.ReaderIPEntity
-
- getIpv6Ip1() - Method in class com.rscja.deviceapi.entity.ReaderIPEntity
-
- getIpv6Ip2() - Method in class com.rscja.deviceapi.entity.ReaderIPEntity
-
- getIpv6Ip3() - Method in class com.rscja.deviceapi.entity.ReaderIPEntity
-
- getKillSendData(String, int, int, int, String) - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParse
-
获取销毁标签的发送数据
- getLastDecImage(BarcodeDecoder.IBarcodeImageCallback) - Method in class com.rscja.barcode.BarcodeDecoder
-
- getLastDecImage(BarcodeDecoder.IBarcodeImageCallback) - Method in interface com.rscja.deviceapi.interfaces.IZebra2DSoftDecoder
-
- getLastDecImage(Context) - Method in interface com.rscja.scanner.IScanner
-
- getLastDecImage(Context) - Method in class com.rscja.scanner.utility.ScannerUtility
-
- getLinkFrequency() - Method in class com.rscja.deviceapi.entity.Gen2Entity
-
Link Frequency 设置(Link Frequency setting)
- getLocationValue(int) - Method in interface com.rscja.deviceapi.interfaces.IUHFLocationCallback
-
- getLockSendData(String, int, int, int, String, String) - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParse
-
获取锁标签需要发送的数据
- getMainboardVersion() - Method in interface com.rscja.deviceapi.interfaces.IBluetoothData
-
获取主板版本
- getManufactor() - Method in class com.rscja.barcode.Barcode2DSHardwareInfo
-
扫描头厂家
- getManufactor() - Method in interface com.rscja.barcode.IBarcode2DSHardwareInfo
-
- getMaxQ() - Method in class com.rscja.deviceapi.entity.Gen2Entity
-
- getMaxValue() - Method in class com.rscja.deviceapi.entity.DESFireFile
-
获取最大值,仅对值文件类型有效
acquire maximum value, it is valid for value file type only
- getMessage(int) - Method in class com.rscja.deviceapi.CardWithBYL
-
将错误代码转换为语义消息
- getMessage(int) - Method in interface com.rscja.deviceapi.interfaces.ICardWithBYL
-
将错误代码转换为语义消息
- getMinQ() - Method in class com.rscja.deviceapi.entity.Gen2Entity
-
- getMinValue() - Method in class com.rscja.deviceapi.entity.DESFireFile
-
获取最小值,仅对值文件类型有效
acquire minimum value, it is valid for value file type only
- getMode() - Method in class com.rscja.deviceapi.entity.InventoryModeEntity
-
获取盘点模式(Get inventory mode)
- getModel() - Method in class com.rscja.CWDeviceInfo
-
- getModelAndCpu() - Method in class com.rscja.CWDeviceInfo
-
- getMorphoDescriptor() - Method in class com.rscja.deviceapi.FingerprintWithMorpho
-
- getMorphoDescriptor() - Method in interface com.rscja.deviceapi.interfaces.IFingerprintWithMorpho
-
- getMorphoPIDSN() - Method in class com.rscja.deviceapi.FingerprintWithMorpho
-
获取指纹版本
acquire fingerprint version
- getMorphoPIDSN() - Method in interface com.rscja.deviceapi.interfaces.IFingerprintWithMorpho
-
获取指纹版本
acquire fingerprint version
- getMorphoSecurityLevel() - Method in class com.rscja.deviceapi.FingerprintWithMorpho
-
- getMorphoSecurityLevel() - Method in interface com.rscja.deviceapi.interfaces.IFingerprintWithMorpho
-
- getNationalID() - Method in class com.rscja.deviceapi.entity.AnimalEntity
-
获取动物标签的NationalID信息
acquire national infor of animal tag
- getNetworkClass(Activity) - Static method in class com.rscja.utility.NetUtils
-
- getNetworkType() - Method in class com.rscja.deviceapi.entity.ReaderIPEntity
-
- getNetworkType(Activity) - Static method in class com.rscja.utility.NetUtils
-
获取当前网络类型
- getNewTagTotalFromFlash() - Method in interface com.rscja.deviceapi.interfaces.IUhfReader
-
- getNewTagTotalFromFlash() - Method in class com.rscja.deviceapi.RFIDWithUHFBLE
-
- getNewTagTotalFromFlash() - Method in class com.rscja.deviceapi.RFIDWithUHFUSB
-
- getNumParameter(int) - Method in interface com.rscja.deviceapi.interfaces.IZebra2DSoftDecoder
-
- getOriginalUID() - Method in class com.rscja.deviceapi.entity.ISO15693Entity
-
获取标签原始的UID
acquire original UID of tag
- getParam(int) - Method in class com.rscja.deviceapi.FingerprintWithZAZ
-
根据指定的参数类型,读取设备参数
- getParam(int) - Method in interface com.rscja.deviceapi.interfaces.IFingerprintWithZAZ
-
根据指定的参数类型,读取设备参数
- getPassword() - Method in class com.rscja.deviceapi.entity.WifiConfig
-
- getPc() - Method in class com.rscja.deviceapi.entity.UHFTAGInfo
-
- getPlatform() - Method in class com.rscja.CWDeviceInfo
-
- getPointDouble(int, double) - Static method in class com.rscja.utility.NumberTool
-
保留指定位数小数的double值
- getPointDouble(int, int) - Static method in class com.rscja.utility.NumberTool
-
保留指定位数小数的double值
- getPointDouble(int, long) - Static method in class com.rscja.utility.NumberTool
-
保留指定位数小数的double值
- getPointDouble(int, String) - Static method in class com.rscja.utility.NumberTool
-
保留指定位数小数的double值
- getPointFloat(int, float) - Static method in class com.rscja.utility.NumberTool
-
- getPort() - Method in class com.rscja.deviceapi.entity.ReaderIPEntity
-
- getPower() - Method in class com.rscja.deviceapi.entity.AntennaPowerEntity
-
- getPower() - Method in interface com.rscja.deviceapi.interfaces.ISingleAntenna
-
读取模块的功率
Read module output power
- getPower() - Method in class com.rscja.deviceapi.RFIDWithUHFBLE
-
- getPower() - Method in class com.rscja.deviceapi.RFIDWithUHFUART
-
- getPower() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxNetwork
-
- getPower() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUart
-
读取模块的功率
Read module output power
- getPower() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUsbToUart
-
- getPower() - Method in class com.rscja.deviceapi.RFIDWithUHFUSB
-
- getPowerSendData() - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParse
-
获取功率的发送数据
- getPrefix() - Method in class com.rscja.deviceapi.entity.BarcodeEntity
-
前缀
- getPrintCodePage() - Method in interface com.rscja.deviceapi.interfaces.IPrinter
-
- getPrintCodePage() - Method in class com.rscja.deviceapi.Printer
-
- getPrinterType() - Method in interface com.rscja.deviceapi.interfaces.IPrinter
-
- getPrinterType() - Method in class com.rscja.deviceapi.Printer
-
- getProtocol() - Method in interface com.rscja.deviceapi.interfaces.IUHF
-
获取协议
Acquire protocol
- getProtocol() - Method in class com.rscja.deviceapi.RFIDWithUHFA4NetWork
-
获取协议(Get the protocol)
- getProtocol() - Method in class com.rscja.deviceapi.RFIDWithUHFA4RS232
-
获取协议(Get the protocol)
- getProtocol() - Method in class com.rscja.deviceapi.RFIDWithUHFA8NetWork
-
获取协议(Get the protocol)
- getProtocol() - Method in class com.rscja.deviceapi.RFIDWithUHFA8RS232
-
获取协议(Get the protocol)
- getProtocol() - Method in class com.rscja.deviceapi.RFIDWithUHFBLE
-
- getProtocol() - Method in class com.rscja.deviceapi.RFIDWithUHFUART
-
- getProtocol() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxNetwork
-
- getProtocol() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUart
-
获取协议
Acquire protocol
- getProtocol() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUsbToUart
-
- getProtocol() - Method in class com.rscja.deviceapi.RFIDWithUHFUSB
-
- getProtocolSendData() - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParse
-
获取协议需要发送数据
- getProxy() - Method in class com.rscja.deviceapi.entity.WifiConfig
-
- getPSAM() - Method in class com.rscja.deviceapi.R1HFAndPsamManage
-
获取PSAM操作对象 (Get the PSAM operation object)
- getPsamCardID() - Method in class com.rscja.deviceapi.CardWithBYL
-
获取psam卡id
- getPsamCardID() - Method in interface com.rscja.deviceapi.interfaces.ICardWithBYL
-
获取psam卡id
- getPTInfo() - Method in class com.rscja.deviceapi.FingerprintWithFIPS
-
获取模块信息
Acquire module information
- getPTInfo() - Method in interface com.rscja.deviceapi.interfaces.IFingerprintWithFIPS
-
获取模块信息
Acquire module information
- getPwm() - Method in interface com.rscja.deviceapi.interfaces.IUHF
-
获取占空比,仅适用于R2000模块
acquire duty ratio, used for R2000 module only
- getPwm() - Method in class com.rscja.deviceapi.RFIDWithUHFA4NetWork
-
获取占空比 (Get the duty cycle)
- getPwm() - Method in class com.rscja.deviceapi.RFIDWithUHFA4RS232
-
获取占空比 (Get the duty cycle)
- getPwm() - Method in class com.rscja.deviceapi.RFIDWithUHFA8NetWork
-
获取占空比 (Get the duty cycle)
- getPwm() - Method in class com.rscja.deviceapi.RFIDWithUHFA8RS232
-
获取占空比 (Get the duty cycle)
- getPwm() - Method in class com.rscja.deviceapi.RFIDWithUHFBLE
-
- getPwm() - Method in class com.rscja.deviceapi.RFIDWithUHFUART
-
- getPwm() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxNetwork
-
- getPwm() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUart
-
获取占空比,仅适用于R2000模块
acquire duty ratio, used for R2000 module only
- getPwm() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUsbToUart
-
- getPwm() - Method in class com.rscja.deviceapi.RFIDWithUHFUSB
-
- getQ() - Method in class com.rscja.deviceapi.entity.Gen2Entity
-
获取Q值(Q value)
- getQueryDR() - Method in class com.rscja.deviceapi.entity.Gen2Entity
-
获取query命令的DR参数(DR parameter of the query command)
- getQueryM() - Method in class com.rscja.deviceapi.entity.Gen2Entity
-
获取query命令的M参数(M parameter of the query command )
- getQuerySel() - Method in class com.rscja.deviceapi.entity.Gen2Entity
-
获取query命令的sel参数(sel parameter of the query command)
- getQuerySession() - Method in class com.rscja.deviceapi.entity.Gen2Entity
-
获取query命令的session参数(session parameter of the query command)
- getQueryTarget() - Method in class com.rscja.deviceapi.entity.Gen2Entity
-
获取query命令的Target参数(Target parameter of the query command)
- getQueryTRext() - Method in class com.rscja.deviceapi.entity.Gen2Entity
-
获取query命令的TRext参数(TRext parameter of the query command )
- getRandomData() - Method in class com.rscja.deviceapi.Fingerprint
-
获取随机数,检测模块是否正常
Acquire random number, detect module is normal or not.
- getRandomData() - Method in interface com.rscja.deviceapi.interfaces.IFingerprint
-
获取随机数,检测模块是否正常
Acquire random number, detect module is normal or not.
- getRawData() - Method in class com.rscja.deviceapi.entity.AnimalEntity
-
获取原始数据,十六进制表示
acquire original data, hexdecimal
- getReaderAwaitSleepTime() - Method in interface com.rscja.deviceapi.interfaces.IUhfReader
-
获取读写器等待休眠的时间
- getReaderAwaitSleepTime() - Method in class com.rscja.deviceapi.RFIDWithUHFBLE
-
- getReaderAwaitSleepTime() - Method in class com.rscja.deviceapi.RFIDWithUHFUSB
-
- getReaderAwaitSleepTimeSendData() - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParse
-
- getReaderBeepStatusSendData() - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParseUrx
-
- getReaderCurrentIp() - Method in interface com.rscja.deviceapi.interfaces.IUHFURAxExtend
-
- getReaderCurrentIp() - Method in class com.rscja.deviceapi.RFIDWithUHFA4NetWork
-
获取设备当前的IP地址
- getReaderCurrentIp() - Method in class com.rscja.deviceapi.RFIDWithUHFA4RS232
-
获取设备当前的IP地址
- getReaderCurrentIp() - Method in class com.rscja.deviceapi.RFIDWithUHFA8NetWork
-
获取设备当前的IP地址
- getReaderCurrentIp() - Method in class com.rscja.deviceapi.RFIDWithUHFA8RS232
-
获取设备当前的IP地址
- getReaderDestIpSendData() - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParseUrx
-
- getReaderIpSendData() - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParseUrx
-
- getReadPermissions() - Method in class com.rscja.deviceapi.entity.DESFireFile
-
获取读取权限
acquire read authorization
- getReadSendData(String, int, int, int, String, int, int, int) - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParse
-
获取读标签的发送数据
- getReadTagSendData() - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParse
-
获取在循环盘点标签的模式中,读取缓存标签的发送数据
- getReadWritePermissions() - Method in class com.rscja.deviceapi.entity.DESFireFile
-
获取读写权限
acquire read-write authorization
- getRemain() - Method in class com.rscja.deviceapi.entity.UHFTAGInfo
-
- getReserved() - Method in class com.rscja.deviceapi.entity.AnimalEntity
-
获取动物标签的Reserved信息
acquire Reserved infor of animal tag
- getReserved() - Method in class com.rscja.deviceapi.entity.UHFTAGInfo
-
- getResultCode() - Method in class com.rscja.deviceapi.entity.BarcodeEntity
-
结果码
BarcodeDecoder.DECODE_SUCCESS
BarcodeDecoder.DECODE_FAILURE
BarcodeDecoder.DECODE_TIMEOUT
BarcodeDecoder.DECODE_CANCEL
- getRFLink() - Method in interface com.rscja.deviceapi.interfaces.IUHF
-
获取链路参数
acquire link parameter
- getRFLink() - Method in class com.rscja.deviceapi.RFIDWithUHFA4NetWork
-
获取链路参数(Get link parameters)
- getRFLink() - Method in class com.rscja.deviceapi.RFIDWithUHFA4RS232
-
获取链路参数(Get link parameters)
- getRFLink() - Method in class com.rscja.deviceapi.RFIDWithUHFA8NetWork
-
获取链路参数(Get link parameters)
- getRFLink() - Method in class com.rscja.deviceapi.RFIDWithUHFA8RS232
-
获取链路参数(Get link parameters)
- getRFLink() - Method in class com.rscja.deviceapi.RFIDWithUHFBLE
-
- getRFLink() - Method in class com.rscja.deviceapi.RFIDWithUHFUART
-
- getRFLink() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxNetwork
-
- getRFLink() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUart
-
获取链路参数
acquire link parameter
- getRFLink() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUsbToUart
-
- getRFLink() - Method in class com.rscja.deviceapi.RFIDWithUHFUSB
-
- getRFLinkSendData() - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParse
-
- getRssi() - Method in class com.rscja.deviceapi.entity.UHFTAGInfo
-
- getScanBarcodeSendData() - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParse
-
获取扫描条码的发送数据
- getScanLed() - Method in class com.rscja.scanner.led.ScanLedManage
-
- getScannerInerface() - Static method in class com.rscja.scanner.utility.ScannerUtility
-
- getScannerParameter(Context) - Method in interface com.rscja.scanner.IScanner
-
- getScannerParameter(Context) - Method in class com.rscja.scanner.utility.ScannerUtility
-
- getSecurityType() - Method in class com.rscja.deviceapi.entity.WifiConfig
-
- getSelectAction() - Method in class com.rscja.deviceapi.entity.Gen2Entity
-
获取select 命令的Action参数 (Action parameter of the select command)
- getSelectTarget() - Method in class com.rscja.deviceapi.entity.Gen2Entity
-
获取select命令的Target参数 (Target parameter of the select command)
- getSelectTruncate() - Method in class com.rscja.deviceapi.entity.Gen2Entity
-
获取select命令的Truncate参数(Truncate parameter of the select command)
- getSetSoftResetSendData() - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParseUrx
-
- getSN() - Method in interface com.rscja.system.ISystemInterfaces
-
获取SN号
- getSsid() - Method in class com.rscja.deviceapi.entity.ReaderIPEntity
-
- getSsid() - Method in class com.rscja.deviceapi.entity.WifiConfig
-
- getStartInventoryTagSendData() - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParse
-
获取循环盘点标签的发送数据
- getStartQ() - Method in class com.rscja.deviceapi.entity.Gen2Entity
-
- getStaticIpConfig() - Method in class com.rscja.deviceapi.entity.WifiConfig
-
- getStatus(ConnectionStatus, T) - Method in interface com.rscja.deviceapi.interfaces.ConnectionStatusCallback
-
- getStatusMsg(int) - Static method in class com.rscja.deviceapi.FingerprintWithFIPS
-
- getStatusMsg(int) - Static method in class com.rscja.deviceapi.FingerprintWithMorpho
-
- getStatusMsg(int) - Static method in class com.rscja.deviceapi.FingerprintWithTLK1NC
-
- getSTM32Version() - Method in class com.rscja.deviceapi.BluetoothReader
-
- getSTM32Version() - Method in interface com.rscja.deviceapi.interfaces.IReader
-
获取stm32版本号(Acquire stm32 version )
- getSTM32Version() - Method in interface com.rscja.deviceapi.interfaces.IUHFURx
-
- getSTM32Version() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxNetwork
-
- getSTM32Version() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUart
-
- getSTM32Version() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUsbToUart
-
- getSTM32Version() - Method in class com.rscja.deviceapi.RFIDWithUHFUSB
-
- getSTM32VersionSendData() - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParse
-
- getStopInventorySendData() - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParse
-
获取停止循环盘点标签的发送数据
- getStrParameter(int) - Method in interface com.rscja.deviceapi.interfaces.IZebra2DSoftDecoder
-
- getStrProperty(int) - Method in interface com.rscja.deviceapi.interfaces.IZebra2DSoftDecoder
-
- getSubnetMask() - Method in class com.rscja.deviceapi.entity.ReaderIPEntity
-
- getSystemInterfaces(Context) - Method in class com.rscja.system.SystemInterfacesFactory
-
- getTagDataFromFlash() - Method in interface com.rscja.deviceapi.interfaces.IUhfReader
-
获取R2、R6缓存的标签信息
Acquire tag information in buffer of R2 and R6
- getTagDataFromFlash() - Method in class com.rscja.deviceapi.RFIDWithUHFBLE
-
- getTagDataFromFlash() - Method in class com.rscja.deviceapi.RFIDWithUHFUSB
-
- getTagfocusSendData() - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParse
-
- getTcpServiceVersion() - Method in interface com.rscja.deviceapi.interfaces.IUHFURAxExtend
-
- getTcpServiceVersion() - Method in class com.rscja.deviceapi.RFIDWithUHFA4NetWork
-
获取UHF TCP服务版本
- getTcpServiceVersion() - Method in class com.rscja.deviceapi.RFIDWithUHFA4RS232
-
获取UHF TCP服务版本
- getTcpServiceVersion() - Method in class com.rscja.deviceapi.RFIDWithUHFA8NetWork
-
获取UHF TCP服务版本
- getTcpServiceVersion() - Method in class com.rscja.deviceapi.RFIDWithUHFA8RS232
-
获取UHF TCP服务版本
- getTeam() - Method in class com.rscja.CWDeviceInfo
-
- getTemperature() - Method in interface com.rscja.deviceapi.interfaces.IUHF
-
获取模块温度
Acquire module Temperature
- getTemperature() - Method in class com.rscja.deviceapi.RFIDWithUHFA4NetWork
-
获取UHF模块温度 (Get UHF module temperature)
- getTemperature() - Method in class com.rscja.deviceapi.RFIDWithUHFA4RS232
-
获取UHF模块温度 (Get UHF module temperature)
- getTemperature() - Method in class com.rscja.deviceapi.RFIDWithUHFA8NetWork
-
获取UHF模块温度 (Get UHF module temperature)
- getTemperature() - Method in class com.rscja.deviceapi.RFIDWithUHFA8RS232
-
获取UHF模块温度 (Get UHF module temperature)
- getTemperature() - Method in class com.rscja.deviceapi.RFIDWithUHFBLE
-
- getTemperature() - Method in class com.rscja.deviceapi.RFIDWithUHFUART
-
- getTemperature() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxNetwork
-
- getTemperature() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUart
-
获取模块温度
Acquire module Temperature
- getTemperature() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUsbToUart
-
- getTemperature() - Method in class com.rscja.deviceapi.RFIDWithUHFUSB
-
- getTemperatureSendData() - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParse
-
获取模块温度
- getTid() - Method in class com.rscja.deviceapi.entity.UHFTAGInfo
-
- getTriggerWorkModePara() - Method in interface com.rscja.deviceapi.interfaces.IUHFURx
-
获取触发工作模式参数
- getTriggerWorkModePara() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxNetwork
-
- getTriggerWorkModePara() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUart
-
获取触发工作模式参数
- getTriggerWorkModePara() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUsbToUart
-
- getTriggerWorkModeParaSendData() - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParseUrx
-
- getType() - Method in class com.rscja.deviceapi.entity.HF14443RequestEntity
-
- getType() - Method in class com.rscja.deviceapi.entity.HF15693RequestEntity
-
- getType() - Method in class com.rscja.deviceapi.entity.SimpleRFIDEntity
-
获取标签类型
acquire tag type
- getUhfReaderIP() - Method in interface com.rscja.deviceapi.interfaces.IUHFURx
-
获取UHF读写器IP
- getUhfReaderIP() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxNetwork
-
- getUhfReaderIP() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUart
-
获取UHF读写器IP
- getUhfReaderIP() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUsbToUart
-
- getUhfvalidData(AbstractQueue<Byte>, int, boolean) - Method in class com.rscja.deviceapi.UHFProtocolParseBase
-
- getUid() - Method in class com.rscja.deviceapi.entity.HF15693RequestEntity
-
- getUID() - Method in interface com.rscja.deviceapi.interfaces.IRFIDWithISO14443B
-
获取卡片ID
Acquire card ID
- getUID() - Method in class com.rscja.deviceapi.RFIDWithISO14443B
-
获取卡片ID
Acquire card ID
- getUIDBytes() - Method in interface com.rscja.deviceapi.interfaces.IRFIDWithISO14443B
-
获取卡片ID
Acquire card ID
- getUIDBytes() - Method in class com.rscja.deviceapi.RFIDWithISO14443B
-
获取卡片ID
Acquire card ID
- getUidTypeB() - Method in interface com.rscja.deviceapi.interfaces.IHF14443B
-
获取卡片ID (Acquire card ID)
- getUIDWith4450Card() - Method in interface com.rscja.deviceapi.interfaces.IRFIDWithLF
-
获取UID,用于4450Card
Acquire UID, used for 4450 card
- getUIDWith4450Card() - Method in class com.rscja.deviceapi.RFIDWithLF
-
获取UID,用于4450Card
Acquire UID, used for 4450 card
- getUIDWithHID() - Method in interface com.rscja.deviceapi.interfaces.IRFIDWithLF
-
读取HID卡
Read HID card
- getUIDWithHID() - Method in class com.rscja.deviceapi.RFIDWithLF
-
读取HID卡
Read HID card
- getUIDWithHitagS() - Method in interface com.rscja.deviceapi.interfaces.IRFIDWithLF
-
获取UID,用于hitag S
Acquire UID, used for hitag S
- getUIDWithHitagS() - Method in class com.rscja.deviceapi.RFIDWithLF
-
获取UID,用于hitag S
Acquire UID, used for hitag S
- getUpdatePermissions() - Method in class com.rscja.deviceapi.entity.DESFireFile
-
获取修改权限
acquire modify authorization
- getUsbDeviceList(Context) - Method in interface com.rscja.deviceapi.interfaces.IRFIDWithUHFUSB
-
- getUsbDeviceList(Context) - Method in class com.rscja.deviceapi.RFIDWithUHFUSB
-
获取usb列表
- getUser() - Method in class com.rscja.deviceapi.entity.UHFTAGInfo
-
- getUserLength() - Method in class com.rscja.deviceapi.entity.InventoryModeEntity
-
获取要盘点的User区长度(User area data length)
- getUserOffset() - Method in class com.rscja.deviceapi.entity.InventoryModeEntity
-
获取要盘点的User区起始地址(User area start address)
- getValue() - Method in enum com.rscja.barcode.BarcodeUtility.ModuleType
-
- getValue() - Method in enum com.rscja.deviceapi.entity.HF15693RequestEntity.TagType
-
- getValue() - Method in enum com.rscja.deviceapi.enums.AntennaEnum
-
- getValue(int) - Static method in enum com.rscja.deviceapi.enums.AntennaEnum
-
- getValue() - Method in enum com.rscja.deviceapi.Fingerprint.BufferEnum
-
获取枚举的值
Acquire example value
- getValue() - Method in enum com.rscja.deviceapi.FingerprintWithTLK1NC.BufferEnum
-
获取枚举的值
Acquire example value
- getValue() - Method in enum com.rscja.deviceapi.FingerprintWithZAZ.BufferEnum
-
获取枚举的值
Acquire example value
- getValue() - Method in enum com.rscja.deviceapi.RFIDWithISO14443A.DESFireEncryptionTypekEnum
-
- getValue() - Method in enum com.rscja.deviceapi.RFIDWithISO14443A.DESFireFileTypekEnum
-
- getValue() - Method in enum com.rscja.deviceapi.RFIDWithISO15693.TagType
-
- getVersion() - Method in class com.rscja.deviceapi.Fingerprint
-
获取模块版本
Acquire module version
- getVersion() - Method in interface com.rscja.deviceapi.interfaces.IFingerprint
-
获取模块版本
Acquire module version
- getVersion() - Method in interface com.rscja.deviceapi.interfaces.IPrinter
-
- getVersion() - Method in interface com.rscja.deviceapi.interfaces.IRFIDBase
-
获取rfid 版本信息
Acquire RFID version infor
- getVersion() - Method in interface com.rscja.deviceapi.interfaces.IUHF
-
读取UHF模块版本号
Read UHF module version
- getVersion() - Method in class com.rscja.deviceapi.Printer
-
- getVersion() - Method in class com.rscja.deviceapi.RFIDBase
-
获取rfid 版本信息
Acquire RFID version infor
- getVersion() - Method in class com.rscja.deviceapi.RFIDWithUHFA4NetWork
-
读取UHF模块版本号(Read UHF module version)
- getVersion() - Method in class com.rscja.deviceapi.RFIDWithUHFA4RS232
-
读取UHF模块版本号(Read UHF module version)
- getVersion() - Method in class com.rscja.deviceapi.RFIDWithUHFA8NetWork
-
读取UHF模块版本号(Read UHF module version)
- getVersion() - Method in class com.rscja.deviceapi.RFIDWithUHFA8RS232
-
读取UHF模块版本号(Read UHF module version)
- getVersion() - Method in class com.rscja.deviceapi.RFIDWithUHFBLE
-
- getVersion() - Method in class com.rscja.deviceapi.RFIDWithUHFUART
-
- getVersion() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxNetwork
-
- getVersion() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUart
-
读取UHF模块版本号
Read UHF module version
- getVersion() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUsbToUart
-
- getVersion() - Method in class com.rscja.deviceapi.RFIDWithUHFUSB
-
- getVersion() - Static method in class com.rscja.deviceapi.VersionInfo
-
获取jar包版本信息
acquire jar pack version infor
- getVersions() - Method in class com.rscja.deviceapi.FingerprintWithFIPS.FingerprintInfo
-
获取指纹模块版本号
Acquire fingerprint module version
- getVersionSendData() - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParse
-
- getWifiInfo() - Method in interface com.rscja.deviceapi.interfaces.IUHFURAxExtend
-
- getWifiInfo() - Method in class com.rscja.deviceapi.RFIDWithUHFA4NetWork
-
获取wifi热点信息,json格式数据
- getWifiInfo() - Method in class com.rscja.deviceapi.RFIDWithUHFA4RS232
-
获取wifi热点信息,json格式数据
- getWifiInfo() - Method in class com.rscja.deviceapi.RFIDWithUHFA8NetWork
-
获取wifi热点信息,json格式数据
- getWifiInfo() - Method in class com.rscja.deviceapi.RFIDWithUHFA8RS232
-
获取wifi热点信息,json格式数据
- getWifiIpConfig() - Method in interface com.rscja.deviceapi.interfaces.IUHFURAxExtend
-
- getWifiIpConfig() - Method in class com.rscja.deviceapi.RFIDWithUHFA4NetWork
-
获取wifi配置信息
- getWifiIpConfig() - Method in class com.rscja.deviceapi.RFIDWithUHFA4RS232
-
获取wifi配置信息
- getWifiIpConfig() - Method in class com.rscja.deviceapi.RFIDWithUHFA8NetWork
-
获取wifi配置信息
- getWifiIpConfig() - Method in class com.rscja.deviceapi.RFIDWithUHFA8RS232
-
获取wifi配置信息
- getWorkMode() - Method in interface com.rscja.deviceapi.interfaces.IUHFURx
-
获取工作模式
- getWorkMode() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxNetwork
-
- getWorkMode() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUart
-
获取工作模式
- getWorkMode() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUsbToUart
-
- getWorkModeSendData() - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParseUrx
-
- getWritePermissions() - Method in class com.rscja.deviceapi.entity.DESFireFile
-
获取写权限
acquire write authorization
- getWriteSendData(String, int, int, int, String, int, int, int, String) - Method in interface com.rscja.deviceapi.interfaces.IUHFProtocolParse
-
获取写标签的发送数据
- GPI1 - Static variable in class com.rscja.deviceapi.entity.GPIStateEntity
-
- GPI2 - Static variable in class com.rscja.deviceapi.entity.GPIStateEntity
-
- GPI3 - Static variable in class com.rscja.deviceapi.entity.GPIStateEntity
-
- GPI4 - Static variable in class com.rscja.deviceapi.entity.GPIStateEntity
-
- GPIOInfo - Class in com.rscja.deviceapi.entity
-
- GPIOInfo() - Constructor for class com.rscja.deviceapi.entity.GPIOInfo
-
- GPIStateEntity - Class in com.rscja.deviceapi.entity
-
- GPIStateEntity() - Constructor for class com.rscja.deviceapi.entity.GPIStateEntity
-
- GPIStateEntity(String, int) - Constructor for class com.rscja.deviceapi.entity.GPIStateEntity
-
- GPO1 - Static variable in class com.rscja.deviceapi.entity.GPOEntity
-
- GPO2 - Static variable in class com.rscja.deviceapi.entity.GPOEntity
-
- GPO3 - Static variable in class com.rscja.deviceapi.entity.GPOEntity
-
- GPO4 - Static variable in class com.rscja.deviceapi.entity.GPOEntity
-
- GPOEntity - Class in com.rscja.deviceapi.entity
-
- GPOEntity(String, int) - Constructor for class com.rscja.deviceapi.entity.GPOEntity
-
- grab() - Method in class com.rscja.deviceapi.FingerprintWithFIPS
-
采集图像
Acquire image
- grab() - Method in interface com.rscja.deviceapi.interfaces.IFingerprintWithFIPS
-
采集图像
Acquire image