0.0.2 • Published 2 years ago

capacitor-rfid-ox-1 v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.0.1

2 years ago