0.0.1 • Published 5 months ago

capacitor-pos-tcp-socket v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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>
ParamType
optionsSocketParams

Interfaces

SocketParams

PropType
hoststring
portnumber
base64BinaryDatastring
0.0.1

5 months ago