@codanux/pos
v0.0.6
Published
pos
Downloads
437
Readme
pos
pos
Install
npm install @codanux/pos
npx cap sync
API
send(...)
send(options: { ip: string; port: number; data: string; }) => void
| Param | Type |
| ------------- | -------------------------------------------------------- |
| options
| { ip: string; port: number; data: string; } |
scan(...)
scan(options: { ip: string; port: number; }) => Promise<any>
| Param | Type |
| ------------- | ------------------------------------------ |
| options
| { ip: string; port: number; } |
Returns: Promise<any>