capacitor-plugin-unitech-rfid-reader
v0.0.13
Published
test unitech
Downloads
6
Readme
capacitor-plugin-unitech-rfid-reader
Install
npm install capacitor-plugin-unitech-rfid-reader
npx cap syncAPI
See src/definitions.ts for the complete TypeScript surface, including connection
management, tag inventory, memory access helpers, and event listener typings.
Android setup
When targeting the Unitech Android SDK, pass the reader's Bluetooth MAC address and device family when
calling initialize/connect:
await UnitechRfid.initialize({
bluetoothAddress: '01:23:45:67:89:AB',
deviceType: 'RP902',
});Supported device type literals: RP902, HT730, RG768, and PA768E.
