kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Network
/
DirectUDPSocketOptions
/
DirectUDPSocketOptions
Direct
UDPSocket
Options
constructor
(
remoteAddr
:
String
?
=
null
,
remotePort
:
Int
?
=
null
,
localAddr
:
String
?
=
null
,
localPort
:
Int
?
=
null
,
dnsQueryType
:
Network.DirectSocketDnsQueryType
?
=
null
,
sendBufferSize
:
Double
?
=
null
,
receiveBufferSize
:
Double
?
=
null
)