pda手持设备插件
npm install fits-cap-pda
npx cap sync
initUHF()
freeUHF()
setRFIDPower(...)
readSingleTag()
setRFIDReadLoop()
readTagFromBuffer()
stopRecognition()
initUHF() => Promise<{ isSuccess: boolean; }>
Returns: Promise<{ isSuccess: boolean; }>
freeUHF() => Promise<{ isSuccess: boolean; }>
Returns: Promise<{ isSuccess: boolean; }>
setRFIDPower(range: any) => Promise<{ isSuccess: boolean; }>
Param | Type |
---|---|
range |
any |
Returns: Promise<{ isSuccess: boolean; }>
readSingleTag() => Promise<{ epc: string; }>
Returns: Promise<{ epc: string; }>
setRFIDReadLoop() => Promise<{ isSuccess: boolean; }>
Returns: Promise<{ isSuccess: boolean; }>
readTagFromBuffer() => Promise<{ epc: string; }>
Returns: Promise<{ epc: string; }>
stopRecognition() => Promise<{ isSuccess: boolean; }>
Returns: Promise<{ isSuccess: boolean; }>