0.9.15 • Published 11 months ago
uhf-scanner-sdk v0.9.15
uhf-scanner-sdk
Capacitor plugin for uhf scan device
Install
npm install uhf-scanner-sdk
npx cap sync
IOS: You will need to manually add Uhf.storyboard to main target project so it will be included during Copy Bundle Resources phase
API
run(...)
run(options: any) => Promise<UhfScanData>
Param | Type |
---|---|
options | any |
Returns: Promise<UhfScanData>
Interfaces
UhfScanData
Prop | Type |
---|---|
tagList | TagInfo[] |
TagInfo
Prop | Type |
---|---|
tagData | string |
tagCount | string |
tagUser | any |
tagRssi | string |
tagTid | any |
tagEpc | string |