跳过导航链接
B C D E F G I M N P R S T U V W 

B

baudRate() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA.ModuleInfo
已过时。
 

C

clearFingerprintTemplateLibrary() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA
清空芯片内部的指纹库
collectTemporaryFingerprintGraph() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA
采集一次指纹板上的指纹图像存储在芯片内。
collectTemporaryFingerprintTemplate() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA
采集指纹特征,返回指纹特征
collectTemporaryFingerprintTemplateBySafeMode() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA
采集指纹模版数据,采集指纹模块,最少按三次手指,最后返回最终结果
collectTemporaryFingerprintTemplateBySafeModeAndAddItIntoTemplateLibrary(FingerprintA.UserInfo) - 类 中的方法com.senter.function.openapi.unstable.FingerprintA
本指令将会在执行中采集三次指纹,形成模块,存储在芯片内, 存储位置以返回值的形式返回
com.senter.function.openapi.unstable - 程序包 com.senter.function.openapi.unstable
 
convertTemporaryFingerprintGraphToTemporaryTemplate() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA
片内图像转特征, 转后的数据可以通过FingerprintA#getCurrentFingerprintTemplateStoredOnChip()}获取

D

deleteFingerprintTemplateFromTemplateLibrary(int) - 类 中的方法com.senter.function.openapi.unstable.FingerprintA
删除片内指纹模版

E

enrollFingerprintTemplateIntoTemplateLibrary(FingerprintA.FingerprintTemplateAndUserInfo, int) - 类 中的方法com.senter.function.openapi.unstable.FingerprintA
存储指纹模板数据到片内

F

FingerprintA - com.senter.function.openapi.unstable中的类
存储区说明: 本模块内部有四个存储区,分别用来存放 临时指纹图像、临时指纹特征、指纹库、记录库。
FingerprintA() - 类 的构造器com.senter.function.openapi.unstable.FingerprintA
 
FingerprintA.FingerprintGraph - com.senter.function.openapi.unstable中的类
代表一个指纹的图像
FingerprintA.FingerprintTemplate - com.senter.function.openapi.unstable中的类
指纹模板
FingerprintA.FingerprintTemplateAndUserInfo - com.senter.function.openapi.unstable中的类
代表一个指纹库中的元素,由指纹模板和一个自定义的用户信息构成。
FingerprintA.ModuleInfo - com.senter.function.openapi.unstable中的类
已过时。
FingerprintA.Record - com.senter.function.openapi.unstable中的类
代表记录库中的一条记录
FingerprintA.UserInfo - com.senter.function.openapi.unstable中的类
用户信息,用以描述一个指纹模板
FingerprintA.UserInfoAndFingerprintTemplateId - com.senter.function.openapi.unstable中的类
代表一个指纹模板的ID及其对应的用户信息。

G

generatesARandomNumber() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA
获取一个随机数
getAsBytes() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA.FingerprintTemplate
 
getAsBytes() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA.Record
 
getAsColorsByInts() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA.FingerprintGraph
获取本图像对应的Colors信息,此信息可以通过类似 Bitmap.createBitmap(fg.getAsColorsByInts(), fg.getWidth(), fg.getHeight(), Bitmap.Config.ARGB_8888)语句生成对应的Bitmap对象。
getBytes() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA.FingerprintGraph
 
getBytes() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA.UserInfo
获取长度为64字节的用户信息字节数组
getFingerprintTemplateFromTemplateLibrary(int) - 类 中的方法com.senter.function.openapi.unstable.FingerprintA
获取指定ID编号指纹模板
getInstance() - 类 中的静态方法com.senter.function.openapi.unstable.FingerprintA
获取指纹操作的实例对象。
getInstanceOf(short, short, short, short, byte[], byte[], byte[], short) - 类 中的静态方法com.senter.function.openapi.unstable.FingerprintA.ModuleInfo
已过时。
 
getModuleInfo() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA
已过时。
getTemporaryFingerprintGraph() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA
 
getTemporaryFingerprintTemplate() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA
获取指纹特征数据
getTotalNumberOfFingerprintTemplatesInTemplateLibrary() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA
片内指纹模版数量

I

init() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA
初始化,在执行任一操作之前进行。

M

manufacture() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA.ModuleInfo
已过时。
 
match() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA.ModuleInfo
已过时。
 
matchFingerOnSensorWithTheSpecifiedFingerprintTemplate(FingerprintA.FingerprintTemplate) - 类 中的方法com.senter.function.openapi.unstable.FingerprintA
将指纹板上的指纹信息与一个已有的指纹模板相对比。

N

newInstanceOf(byte[]) - 类 中的静态方法com.senter.function.openapi.unstable.FingerprintA.FingerprintGraph
 
newInstanceOf(byte[]) - 类 中的静态方法com.senter.function.openapi.unstable.FingerprintA.FingerprintTemplate
以参数指定的信息生成一个实例对象
newInstanceOf(FingerprintA.UserInfo, FingerprintA.FingerprintTemplate) - 类 中的静态方法com.senter.function.openapi.unstable.FingerprintA.FingerprintTemplateAndUserInfo
以参数指定的信息生成一个实例对象
newInstanceOf(byte[]) - 类 中的静态方法com.senter.function.openapi.unstable.FingerprintA.Record
以指字节数组构建一条记录
newInstanceOf(byte[]) - 类 中的静态方法com.senter.function.openapi.unstable.FingerprintA.UserInfo
以指字节数组构建一条用户信息
newInstanceOf(FingerprintA.UserInfo, int) - 类 中的静态方法com.senter.function.openapi.unstable.FingerprintA.UserInfoAndFingerprintTemplateId
Generate an instance object by specified information of parameter
newInstanceWith(byte[]) - 类 中的静态方法com.senter.function.openapi.unstable.FingerprintA.Record
以指字节数组构建一条记录
newInstanceWith(byte[]) - 类 中的静态方法com.senter.function.openapi.unstable.FingerprintA.UserInfo
以指字节数组构建一条用户信息

P

ParaBcc() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA.ModuleInfo
已过时。
 
port() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA.ModuleInfo
已过时。
 
productSN() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA.ModuleInfo
已过时。
 

R

readRecordFromTheSpecifiedId(int) - 类 中的方法com.senter.function.openapi.unstable.FingerprintA
读记录数据
templateId() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA.UserInfoAndFingerprintTemplateId
代表一个指纹模板的ID
toString() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA.FingerprintGraph
仅用于调试,不提供升级后的兼容性
toString() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA.FingerprintTemplate
仅用于调试,不提供升级后的兼容性
toString() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA.FingerprintTemplateAndUserInfo
仅用于调试,不提供升级后的兼容性
toString() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA.ModuleInfo
已过时。
仅用于调试,不提供升级后的兼容性
toString() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA.Record
仅用于调试,不提供升级后的兼容性
toString() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA.UserInfo
仅用于调试,不提供升级后的兼容性
toString() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA.UserInfoAndFingerprintTemplateId
仅用于调试,不提供升级后的兼容性
tryUpdateTemporaryFingerprintTemplateByNewTemporaryFingerprintGraph() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA
更新临时指纹特征, 转后的数据可以通过FingerprintA#getCurrentFingerprintTemplateStoredOnChip()}获取

U

uninit() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA
去初始化,在执行所有操作之后进行。
userInfo() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA.FingerprintTemplateAndUserInfo
用户信息
userInfo() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA.UserInfoAndFingerprintTemplateId
代表一个指纹模板对应的用户信息。

V

verifyFingerOnSensorWithTemplatesInLibrary() - 类 中的方法com.senter.function.openapi.unstable.FingerprintA
指纹比对 verify finger on senor with template in library

W

writeRecordIntoTheSpecifiedId(FingerprintA.Record, int) - 类 中的方法com.senter.function.openapi.unstable.FingerprintA
写记录数据 write record
B C D E F G I M N P R S T U V W 
跳过导航链接