capacitor-pos-tcp-socket
v0.0.1
Published
Unlimited access to POS/ESC command type printers on a local LAN or WiFi
Readme
capacitor-pos-tcp-socket
Unlimited access to POS/ESC command type printers on a local LAN or WiFi
Install
npm install capacitor-pos-tcp-socket
npx cap syncAPI
sendToSocket(...)
sendToSocket(options: SocketParams) => Promise<void>| Param | Type |
| ------------- | ----------------------------------------------------- |
| options | SocketParams |
Interfaces
SocketParams
| Prop | Type |
| ---------------------- | ------------------- |
| host | string |
| port | number |
| base64BinaryData | string |
