0.3.5 • Published 2 years ago
capacitor-rfid-plugin-ox v0.3.5
capacitor-rfid-plugin-ox
rfid read-write
Install
npm install capacitor-rfid-plugin-ox
npx cap syncAPI
isConnected()startScan()stopScan()clearData()getScanData()getOutputPower()setOutputPower(...)getRange()setRange(...)getQueryMode()setQueryMode(...)getReaderType()getFirmwareVersion()writeEpc(...)writeEpcString(...)startSearch(...)stopSearch()
isConnected()
isConnected() => Promise<{ connected: boolean; }>Returns: Promise<{ connected: boolean; }>
startScan()
startScan() => Promise<void>stopScan()
stopScan() => Promise<void>clearData()
clearData() => Promise<void>getScanData()
getScanData() => Promise<any>Returns: Promise<any>
getOutputPower()
getOutputPower() => Promise<{ value: number; }>Returns: Promise<{ value: number; }>
setOutputPower(...)
setOutputPower(options: { power: number; }) => Promise<{ value: number; }>| Param | Type |
|---|---|
options | { power: number; } |
Returns: Promise<{ value: number; }>
getRange()
getRange() => Promise<{ value: number; }>Returns: Promise<{ value: number; }>
setRange(...)
setRange(options: { range: number; }) => Promise<{ value: number; }>| Param | Type |
|---|---|
options | { range: number; } |
Returns: Promise<{ value: number; }>
getQueryMode()
getQueryMode() => Promise<{ value: 0 | 1 | 2 | 3; }>Returns: Promise<{ value: 0 | 1 | 2 | 3; }>
setQueryMode(...)
setQueryMode(options: { queryMode: 0 | 1 | 2 | 3; }) => Promise<{ value: number; }>| Param | Type |
|---|---|
options | { queryMode: 0 | 1 | 2 | 3; } |
Returns: Promise<{ value: number; }>
getReaderType()
getReaderType() => Promise<{ value: number; }>Returns: Promise<{ value: number; }>
getFirmwareVersion()
getFirmwareVersion() => Promise<{ value: string; }>Returns: Promise<{ value: string; }>
writeEpc(...)
writeEpc(options: { epc: string; password?: string; }) => Promise<{ value: number; }>| Param | Type |
|---|---|
options | { epc: string; password?: string; } |
Returns: Promise<{ value: number; }>
writeEpcString(...)
writeEpcString(options: { epc: string; password?: string; }) => Promise<{ value: number; }>| Param | Type |
|---|---|
options | { epc: string; password?: string; } |
Returns: Promise<{ value: number; }>
startSearch(...)
startSearch(options: { searchableTags: string[]; playSound: boolean; }) => Promise<void>| Param | Type |
|---|---|
options | { searchableTags: string[]; playSound: boolean; } |
stopSearch()
stopSearch() => Promise<void>0.3.5
2 years ago
0.3.4
2 years ago
0.3.2
2 years ago
0.3.3
2 years ago
0.3.0
2 years ago
0.3.1
2 years ago
0.2.1
2 years ago
0.2.0
2 years ago
0.1.1
2 years ago
0.1.0
2 years ago
0.0.11
2 years ago
0.0.10
2 years ago
0.0.9
2 years ago
0.0.8
2 years ago
0.0.7
2 years ago
0.0.6
2 years ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago