UNPKG

@waiting/fingerprint-reader-bp8903

Version:
18 lines (17 loc) 412 B
import { DTypes as W, } from 'win32-def' export const config = { appDir: '', } /** 初始化参数 */ export const initialOpts = { dllTxt: '', dllSearchPath: '', debug: false, port: 0, searchAll: false, } export const dllFuncs = { ABC_GetFeature: [W.INT, [W.BYTE, W.POINT, W.INT]], ABC_GetTemplate: [W.INT, [W.BYTE, W.POINT, W.INT]], ABC_Match: [W.INT, [W.POINT, W.POINT]], }