0.0.1 • Published 5 months ago
capacitor-pos-tcp-socket v0.0.1
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 sync
API
sendToSocket(...)
sendToSocket(options: SocketParams) => Promise<void>
Param | Type |
---|---|
options | SocketParams |
Interfaces
SocketParams
Prop | Type |
---|---|
host | string |
port | number |
base64BinaryData | string |
0.0.1
5 months ago