A B C D E F G I K L M N O P Q R S T U V W 

I

IAppSwitchListener - Class in com.pax.dal.entity
应用切换监听器。
Application switch listener.
IAppSwitchListener() - Constructor for class com.pax.dal.entity.IAppSwitchListener
 
IBase - Interface in com.pax.dal
底座API。
The base API.
ICardAT24Cxx - Interface in com.pax.dal.memorycard
 
ICardAT88SC102 - Interface in com.pax.dal.memorycard
 
ICardAT88SC153 - Interface in com.pax.dal.memorycard
 
ICardAT88SC1608 - Interface in com.pax.dal.memorycard
 
ICardReaderHelper - Interface in com.pax.dal
 
ICardSle4428 - Interface in com.pax.dal.memorycard
 
ICardSle4442 - Interface in com.pax.dal.memorycard
 
ICashDrawer - Interface in com.pax.dal
 
IccDevException - Exception in com.pax.dal.exceptions
 
IccDevException(EIccDevException) - Constructor for exception com.pax.dal.exceptions.IccDevException
 
IccDevException(int, String) - Constructor for exception com.pax.dal.exceptions.IccDevException
 
iccEnableAutoLockCard(boolean) - Method in interface com.pax.dal.IIcc
开启/关闭自动锁IC卡功能
Enable/Disable the automatic IC card lock function
iccInit() - Method in interface com.pax.dal.memorycard.ICardSle4428
复位 Sle4428 模块,并阅读卡片信息及确认卡片类型为Sle4428.
iccIsCardLocked() - Method in interface com.pax.dal.IIcc
判断IC卡是否锁住
Determine whether the IC card is locked
iccLockCard() - Method in interface com.pax.dal.IIcc
锁IC卡
Lock IC card
IccPara - Class in com.pax.dal.entity
 
IccPara() - Constructor for class com.pax.dal.entity.IccPara
 
iccUnlockCard() - Method in interface com.pax.dal.IIcc
解锁IC卡
Unlock IC card
IChannel - Interface in com.pax.dal
 
IComm - Interface in com.pax.dal
通信接口
Communication interface
IComm.EConnectStatus - Enum in com.pax.dal
连接状态定义
connection status
ICustomerDisplay - Interface in com.pax.dal
顾客显示屏操作模块。注:仅部分机型支持,新机型将适配原生的Presentation功能。
Customer display operation module.Note: Only some models are supported.
IDAL - Interface in com.pax.dal
 
IDalCommManager - Interface in com.pax.dal
 
IDALProxy - Interface in com.pax.dal.proxy
 
IDeviceInfo - Interface in com.pax.dal
 
IDeviceInfo.ESupported - Enum in com.pax.dal
模块支持定义
module support
IDeviceInfo.ProcessUsageListener - Interface in com.pax.dal
 
IDeviceInfo.ResultCallback - Interface in com.pax.dal
 
idKeyCalc(byte, byte[], byte[], EIdKeycCalcMode) - Method in interface com.pax.dal.IPed
使用Idkey对机器序列号等身份信息进行加密运算 。仅支持EPedType.INTERNAL 类型。
Use IdKey encrypt Identity information.
IDReadResult - Class in com.pax.dal.entity
 
IDReadResult() - Constructor for class com.pax.dal.entity.IDReadResult
 
IFaceDetector - Interface in com.pax.dal
人脸识别。
Face detector.
IFingerprintReader - Interface in com.pax.dal
 
IFingerprintReader.FingerprintListener - Interface in com.pax.dal
 
IIcc - Interface in com.pax.dal
关于 POS IC卡的API。 如果开启权限检查,需在AndroidManifest下添加权限:"com.pax.permission.ICC"
API for POS IC cards.
IIDReader - Interface in com.pax.dal
Currently only supports mainland China ID card
IIDReader.IDReadListener - Interface in com.pax.dal
 
IIDReaderEx - Interface in com.pax.dal
 
IIDReaderEx.IDReaderExListener - Interface in com.pax.dal
 
IKeyBoard - Interface in com.pax.dal
 
ILivenessDetector - Interface in com.pax.dal
活体检测。
The Liveness Detector.
ILivenessDetector.IFaceUIManager - Interface in com.pax.dal
自定义UI界面的服务。
Custom UI interface services.
ILivenessDetector.IPreviewFrame - Interface in com.pax.dal
数据预览回调。
Data preview callback.
ILivenessDetector.LivenessDetectListener - Interface in com.pax.dal
活体检测监听者。
Liveness detect listener.
ILPR - Interface in com.pax.dal
LPR模块。
LPR module.
ILPR.ILPRListener - Interface in com.pax.dal
识别结果回调。
Callback of recognition result.
IMag - Interface in com.pax.dal
关于磁条卡的API。 如果开启权限检查,需在AndroidManifest下添加权限:"com.pax.permission.MAGCARD"
API for Magnetic stripe cards.
IMemoryCard - Interface in com.pax.dal.memorycard
 
incAesDUKPTKsn(byte) - Method in interface com.pax.dal.IPed
KSN 加 1。对应于KSN的单个DUKPT密钥最多只能使用256次,在达到最大次数后,进一步使用该密钥将返回EPedDevException.PED_ERR_DUKPT_NEED_INC_KSN异常, 所以请在使用钥匙次数超过最大次数之前增加KSN。仅支持EPedType.INTERNAL 类型。
Add 1 to KSN.
incDUKPTKsn(byte) - Method in interface com.pax.dal.IPed
对应于KSN的单个DUKPT密钥最多只能使用256次,在达到最大次数后,进一步使用该密钥将返回EPedDevException.PED_ERR_DUKPT_NEED_INC_KSN异常, 所以请在使用钥匙次数超过最大次数之前增加KSN。仅支持EPedType.INTERNAL 类型。
A single DUKPT key corresponding to a KSN can only be used at most 256 times, further use of that key will result in EPedDevException.PED_ERR_DUKPT_NEED_INC_KSN after reaching the maxium times.
incDUKPTKsn(byte) - Method in interface com.pax.dal.IPedKeyIsolationMixedManager
每个KSN对应的DUKPT密钥,最多只能使用256次,当单个密钥使用 256次后,将返回EPedDevException.PED_ERR_DUKPT_NEED_INC_KSN异常, 需要调用该接口,给 KSN加1。
The DUKPT key corresponding to each KSN can only be used up to 256 times.
increaseAesDukptKsn(byte) - Method in interface com.pax.dal.IPedKeyIsolationManager
KSN 加 1
KSN plus 1
INetwork - Interface in com.pax.dal
网络控制模块。
Network control module.
INetwork.ISSLCallback - Interface in com.pax.dal
SSL回调。
SSL Callback.
init(int) - Method in interface com.pax.dal.IFaceDetector
初始化人脸识别。
Initialize face recognition.
init(byte) - Method in interface com.pax.dal.IIcc
复位IC卡片,并返回卡片的复位应答内容
Reset IC card and return the content of answer to reset
init() - Method in interface com.pax.dal.ILivenessDetector
初始化活检相机。
Initialize the liveness detection camera.
init(Bundle) - Method in interface com.pax.dal.ILivenessDetector
初始化活检相机。
Initialize the liveness detection camera.
init() - Method in interface com.pax.dal.IPrinter
打印初始化
Printer Initialization
init(Context, int, int) - Method in interface com.pax.dal.IScanCodec
初始化(目前只支持1280 * 720, 640 * 480, 480 * 640)
init(only support 1280 * 720, 640 * 480, 480 * 640)
initAuth(byte[]) - Method in interface com.pax.dal.memorycard.ICardAT88SC153
初始化授权
Initialize authorization.
initAuth(byte[]) - Method in interface com.pax.dal.memorycard.ICardAT88SC1608
初始化授权
Initialize authorization
initFelica(byte, byte) - Method in interface com.pax.dal.IPicc
初始化射频卡接口芯片为FeliCa调制编码方式。
Initializing Radio Frequency Card interface chip as FeliCa modulate coding function.
initFelica(byte, byte) - Method in interface com.pax.dal.ITypeA
初始化 Felica 卡片。
Initialize the Felica card.
initIso15693(byte) - Method in interface com.pax.dal.IPicc
对ISO15693卡进行初始化配置 [目前仅支持X5]。
Initialize the ISO15693 card (currently only X5 is supported).
injectKeyBlock(byte, byte, byte, byte, byte[]) - Method in interface com.pax.dal.IPedKeyIsolationMixedManager
往PED中注入一个密钥
Inject a key into the PED.
inputPin(String, long, byte) - Method in interface com.pax.dal.IPed
输入PIN的过程,并将PIN保存在PED内部。仅支持EPedType.INTERNAL 类型。
The process of entering the PIN and saving the PIN inside the PED.
inputStr(byte, byte, byte, int) - Method in interface com.pax.dal.IPed
该接口仅用于外置密码键盘 超时时间内输入指定长度范围内的字符串。仅支持EPedType.EXTERNAL_TYPEA 类型。
This interface only be used for external PIN pad Type string with specified length within timeout.
installApp(String) - Method in interface com.pax.dal.ISys
静默安装应用 。如果开启权限检查,需在AndroidManifest下添加以下权限:"com.pax.permission.UPDATE_APP"。
install app.
installWifiCertificate(byte[], String, boolean, String) - Method in interface com.pax.dal.ISys
安装wifi证书,需申请权限"com.pax.permission.WIFICERT_INSTALL"。
To install the wifi certificate, add the following permissions under AndroidManifest :"com.pax.permission.WIFICERT_INSTALL".
invert(boolean) - Method in interface com.pax.dal.IPrinter
设置反显打印,缺省为正常打印。
Invert Pinter Setting,default to normal printing.
IOCR - Interface in com.pax.dal
OCR模块。
OCR module.
IOCR.IOCRListener - Interface in com.pax.dal
扫描结果回调。
Callback of scan results.
IP2PE - Interface in com.pax.dal
端到端加密模块。
Point-to-Point Encryption module.
IPaxVpn - Interface in com.pax.dal
 
IPaymentDevice - Interface in com.pax.dal
支付设备类。
Payment device class.
IPed - Interface in com.pax.dal
关于 PED的API。 如果开启权限检查,需在AndroidManifest下添加权限:"com.pax.permission.PED"
API for PED.
IPed.IPedInputPinListener - Interface in com.pax.dal
PED 輸入PIN监听器,仅对内置PED有效
PED input PIN listener,only effective on internal PED
IPedAuthManager - Interface in com.pax.dal
 
IPedBg - Interface in com.pax.dal
AS2805 key area distribution table.
IPedCustomization - Interface in com.pax.dal
 
IPedKeyIsolation - Interface in com.pax.dal.pedkeyisolation
Deprecated.
This class is deprecated. It is recommended to use IPedKeyIsolationManager instead.
IPedKeyIsolationManager - Interface in com.pax.dal
PED密钥隔离管理模块。
The PED key isolation manager module.
IPedKeyIsolationMixedManager - Interface in com.pax.dal
PED密钥隔离混合管理模块。
The PED key isolation mixed manager module.
IPedNp - Interface in com.pax.dal
获取途径:NeptuneLiteUser.getInstance().getDal(getApplicationContext()).getPedNp()
IPedSlotAllocatorManager - Interface in com.pax.dal.pedkeyisolation
Deprecated.
IPedTrSys - Interface in com.pax.dal
获取途径:NeptuneLiteUser.getInstance().getDal(getApplicationContext()).getPedTrSys()
IPhoneManager - Interface in com.pax.dal
 
IPhoneManager.IVSimAndESimListener - Interface in com.pax.dal
VSim和ESim服务监听器
VSim and ESim service listener
IPicc - Interface in com.pax.dal
关于 POS PICC的API。 如果开启权限检查,需在AndroidManifest下添加权限:"com.pax.permission.PICC"
API for POS PICC.
IPrinListener - Interface in com.pax.dal
启动打印机函数Start(IPrnListener listener)的回调接口
Start the callback interface of the printer function Start(IPrnListener listener)
IPrinter - Interface in com.pax.dal
关于Monitor Printer的API。 如果开启权限检查,需在AndroidManifest下添加权限:"com.pax.permission.PRINTER"
API for Monitor Printer.
IPrinter.IPinterListener - Interface in com.pax.dal
打印Bitmap时的监听器
The listener to print Bitmap
IPuk - Interface in com.pax.dal
 
isAirplaneModeEnable() - Method in interface com.pax.dal.IPhoneManager
判断飞行模式是否开启。
Check whether the airplane mode is enabled.
isAutomaticBrightness() - Method in interface com.pax.dal.ISys
获取是否自动调节亮度模式
Get whether to automatically adjust brightness mode
isAutomaticRotation() - Method in interface com.pax.dal.ISys
获取屏幕自动旋转状态
Gets the automatic screen rotation status.
isAutoTime() - Method in interface com.pax.dal.ISys
获取自动确定时间和日期是否开启。
Gets whether the time and date are enabled automatically.
isAutoTimeZone() - Method in interface com.pax.dal.ISys
获取自动确定时区是否开启。
Gets the automatic determination of whether the time zone is open.
isBold() - Method in class com.pax.dal.entity.FontInfo
 
IScanCodec - Interface in com.pax.dal
必须要添加权限:android.permission.READ_PHONE_STATE,android.permission.INTERNET和android.permission.ACCESS_WIFI_STATE
Permissions must be added:android.permission.READ_PHONE_STATE,android.permission.INTERNET and android.permission.ACCESS_WIFI_STATE
IScanner - Interface in com.pax.dal
 
IScanner.IScanListener - Interface in com.pax.dal
 
IScannerHw - Interface in com.pax.dal
 
isCarrierEnabled() - Method in class com.pax.dal.entity.ApnInfo
 
isDebug() - Method in interface com.pax.dal.ISys
 
isDhcp() - Method in class com.pax.dal.entity.LanParam
 
isDialBlocking() - Method in class com.pax.dal.entity.ModemParam
是否阻塞模式
is dial blocking
isDualSim() - Method in interface com.pax.dal.IPhoneManager
获取是否支持双SIM卡。
Get whether dual SIM cards are supported.
isEnableBrightness() - Method in class com.pax.dal.entity.FaceConfig
配置检测亮度。
Configure to detect brightness.
isEnableClarity() - Method in class com.pax.dal.entity.FaceConfig
配置检测清晰度。
Configure to detect clarity.
isEnabled() - Method in interface com.pax.dal.IChannel
是否可用
is enabled
isEnableEye() - Method in class com.pax.dal.entity.FaceConfig
配置检测眼睛状态。
Configure to detect eye condition.
isEnableFaceAngle() - Method in class com.pax.dal.entity.FaceConfig
配置检测面部角度。
Configure to detect face Angle.
isEnableFaceCover() - Method in class com.pax.dal.entity.FaceConfig
配置检测面部遮挡状态。
Configure to detect face occlusion status.
isEnableFeature() - Method in class com.pax.dal.entity.FaceConfig
配置检测面部特征值。
Configure to detect face feature values.
isEnableMouth() - Method in class com.pax.dal.entity.FaceConfig
配置检测嘴巴状态。
Configure to detect mouth status.
isEnableMultipleFaces() - Method in class com.pax.dal.entity.FaceConfig
配置检测多面部。
Configure to detect multiple faces.
isEnableOverexposure() - Method in class com.pax.dal.entity.FaceConfig
配置检测过曝。
Configure to detect overexposure.
isEnablePoints() - Method in class com.pax.dal.entity.FaceConfig
配置检测面部关键点。
Configure to detect face key points.
isEnablePointsVis() - Method in class com.pax.dal.entity.FaceConfig
配置检测面部关键点可信度。
Configure to detect facial key credibility.
isEnablePupil() - Method in class com.pax.dal.entity.FaceConfig
配置检测瞳距。
Configure to detect pupil distance.
isEnableQuality() - Method in class com.pax.dal.entity.FaceConfig
配置检测质量。
Configure to detect quality.
isHit() - Method in interface com.pax.dal.IKeyBoard
Deprecated.
检测键盘缓冲区中是否有尚未被取走的按键值
Check whether there are unread key values in keyboard buffer.
isIcmpEchoIgnore() - Method in interface com.pax.dal.INetwork
终端是否可被ping
Check if the terminal is allowed to be pinged
ISignPad - Interface in com.pax.dal
 
isItalic() - Method in class com.pax.dal.entity.FontInfo
 
ISle4442 - Interface in com.pax.dal
Deprecated.
ISlotAllocator - Interface in com.pax.dal.pedkeyisolation
Deprecated.
ISlotAllocatorProvider - Interface in com.pax.dal.pedkeyisolation
Deprecated.
isLowPowerPrintEnabled() - Method in interface com.pax.dal.IPrinter
检查低功率打印是否开启
Check whether low-power printing is enabled
isMobileEnabled() - Method in interface com.pax.dal.IDalCommManager
获取移动数据网络状态。
Get mobile data network status.
isModuleEnable(int) - Method in interface com.pax.dal.IDeviceInfo
模块是否被启用。
Whether the module is enabled.
isMultiPathEnabled() - Method in interface com.pax.dal.IDalCommManager
获取共享网络开关状态。
Get shared network switch status.
isNavigationBarEnabled() - Method in interface com.pax.dal.ISys
判断设备是否启用导航栏
To check is the NavigationBar enable or disable
isNavigationBarVisible() - Method in interface com.pax.dal.ISys
判断设备是否显示导航栏
To check is NavigationBar visible or invisible
isNavigationKeyEnabled(ENavigationKey) - Method in interface com.pax.dal.ISys
判断设备是否启用目标按键
To check is the NavigationBar enable or disable
isoCommand(byte, byte[]) - Method in interface com.pax.dal.IIcc
IC卡操作函数。该函数支持IC卡通用接口协议(T=0及T=1)
IC card operation function.
isoCommand(byte, byte[]) - Method in interface com.pax.dal.IPicc
在指定的通道上,向卡片发送APDU格式的数据,并接收响应。
In specific channel, send data of APDU format to card and receive response.
isoCommand(byte, ApduSendInfo) - Method in interface com.pax.dal.ITypeA
在指定的通道上,向卡片发送 APDU 格式的数据,并接收响应。
On the designated channel, send data in APDU format to the card and receive the response.
isoCommandByApdu(byte, ApduSendInfo) - Method in interface com.pax.dal.IIcc
IC卡操作函数。该函数支持IC卡通用接口协议(T=0及T=1)
IC card operation function.
isoCommandByApdu(byte, ApduSendInfo) - Method in interface com.pax.dal.IPicc
IC卡操作函数。该函数支持IC卡通用接口协议(T=0及T=1)
IC card operation function.
isOnBase() - Method in interface com.pax.dal.ISys
获取底座是否在位。
Whether or not the base is in position.
isOpened() - Method in interface com.pax.dal.ILPR
获取当前LPR服务打开状态。
Get the current LPR service opening status.
isPowerKeyEnabled() - Method in interface com.pax.dal.ISys
判断设备是否启用电源键
To check is the PowerKey enable or disable
isReserved() - Method in class com.pax.dal.entity.AllocatedKeyInfo
 
isShortPressPowerKeyDisabled() - Method in interface com.pax.dal.ISys
获取短按电源键是否被禁用
Gets whether short press of the power button is disabled
isSimCardLock(int) - Method in interface com.pax.dal.IPhoneManager
获取SIM卡锁的状态。
Get the status of SIM card lock.
isSimPresent(int) - Method in interface com.pax.dal.IPhoneManager
获取对应卡槽是否插入SIM卡。
Obtain whether a SIM card is inserted into the corresponding slot.
isSoundEffectsEnabled() - Method in interface com.pax.dal.ISys
获取触摸提示音是否开启
get whether the touch sound is enabled
isStarted() - Method in interface com.pax.dal.ILPR
获取当前LPR服务开始状态。
Get the current LPR service start status.
isStatusBarEnabled() - Method in interface com.pax.dal.ISys
判断设备是否启用状态栏
To check is the NavigationBar enable or disable
isStatusBarVisible() - Method in interface com.pax.dal.ISys
判断设备是否显示状态栏
To check is StatusBar visible or invisible
isSwiped() - Method in interface com.pax.dal.IMag
检查是否刷过卡
Check whether a card is swiped
isSystemOTAEnable() - Method in interface com.pax.dal.ISys
判断系统OTA通道是否启用。
Determine whether the system OTA channel is enabled.
isUsbHostDisabled() - Method in interface com.pax.dal.ISys
获取是否禁用USB外设的状态。
Gets the status of whether to disable USB peripherals.
isVolumeKeyEnable() - Method in interface com.pax.dal.ISys
判断音量键是否启用。
Check whether the volume key is enabled.
isVSimDataInUse() - Method in interface com.pax.dal.IPhoneManager
Deprecated.
获取VSIM状态。
Get VSIM status.
ISys - Interface in com.pax.dal
 
isZh() - Static method in class com.pax.dal.utils.Utils
系统语言是否为中文
is the system's language Chinese or not
ITypeA - Interface in com.pax.dal
TypeA。
TypeA.
IWhiteListControl - Interface in com.pax.dal
低内存保活应用白名单管理。
Low memory keepalive application whitelist management.
IWifiProbe - Interface in com.pax.dal
 
IWifiProbe.ProbeListener - Interface in com.pax.dal
 
IWLAttack - Interface in com.pax.dal
关于税控/电子印章触发相关的API。
Tax Control/Electronic Seal Attack API Documentation.
IWLCustomerDisplay - Interface in com.pax.dal
如果开启权限检查,需在AndroidManifest下添加权限:"com.pax.permission.LCD"
If permission check is enabled, you need to add permission under AndroidManifest: "com.pax.permission.LCD".
IWLEKUManager - Interface in com.pax.dal
 
IWLEKUManager.WLEKUFormatListener - Interface in com.pax.dal
 
IWLTax - Interface in com.pax.dal
 
A B C D E F G I K L M N O P Q R S T U V W