Dokka MultiModule Example
androidJvm
pos-service
/
su.ips.pos_service.service
/
TCPServer
/
TCPServer
TCPServer
constructor
(
port
:
Int
,
responseFormat
:
Format
,
requestFormat
:
Format
=
Format.HEX
,
onRequest
:
(
String
)
->
Unit
,
onCloseConnection
:
(
)
->
Unit
)