UNPKG

@waiting/bankcard-reader-bp8903

Version:
12 lines (11 loc) 358 B
import { DTypes as W, } from 'win32-def' export { initialOpts, } from '@waiting/bankcard-reader-base' export const config = { appDir: '', } export const dllFuncs = { OpenComPort: [W.INT, [W.INT, W.POINT, W.INT, W.INT]], CloseComPort: [W.INT, []], IsComOpen: [W.INT, []], GetCardNumberFromDev: [W.INT, [W.INT, W.POINT, W.INT, W.POINT]], }