uhf-scanner-sdk
v0.9.15
Published
Capacitor plugin for uhf scan device
Downloads
21
Readme
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 |