0.0.2 • Published 6 months ago

capacitor-rfid-ox-1 v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

capacitor-rfid-ox-1 (not ready to use)

bridge for rfid reader

Install

npm install capacitor-rfid-ox-1
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


getRfID(...)

getRfID(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


0.0.2

6 months ago

0.0.1

6 months ago