RootEncoder
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
RootEncoder
common
/
com.pedro.common.socket.base
/
StreamSocket
/
Companion
/
createUdpSocket
create
Udp
Socket
fun
createUdpSocket
(
type
:
SocketType
,
host
:
String
,
port
:
Int
,
sourcePort
:
Int
?
=
null
,
receiveSize
:
Int
?
=
null
,
udpType
:
UdpType
=
UdpType.UNICAST
)
:
UdpStreamSocket