capacitor-tcp-connect
v1.0.23
Published
a plugin to connect a device to printer using tcp connection
Readme
capacitor-tcp-connect
a plugin to connect a device to printer using tcp connection
Install
npm install capacitor-tcp-connect
npx cap syncAPI
open(...)
open(options: { ip: string; port: string; text: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | -------------------------------------------------------- |
| options | { ip: string; port: string; text: string; } |
Returns: Promise<{ value: string; }>
