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
Direct
UDPSocket
Options
@
Serializable
data
class
DirectUDPSocketOptions
(
val
remoteAddr
:
String
?
=
null
,
val
remotePort
:
Int
?
=
null
,
val
localAddr
:
String
?
=
null
,
val
localPort
:
Int
?
=
null
,
val
dnsQueryType
:
Network.DirectSocketDnsQueryType
?
=
null
,
val
sendBufferSize
:
Double
?
=
null
,
val
receiveBufferSize
:
Double
?
=
null
)
Members
Constructors
Direct
UDPSocket
Options
Link copied to clipboard
constructor
(
remoteAddr
:
String
?
=
null
,
remotePort
:
Int
?
=
null
,
localAddr
:
String
?
=
null
,
localPort
:
Int
?
=
null
,
dnsQueryType
:
Network.DirectSocketDnsQueryType
?
=
null
,
sendBufferSize
:
Double
?
=
null
,
receiveBufferSize
:
Double
?
=
null
)
Properties
dns
Query
Type
Link copied to clipboard
val
dnsQueryType
:
Network.DirectSocketDnsQueryType
?
=
null
local
Addr
Link copied to clipboard
val
localAddr
:
String
?
=
null
local
Port
Link copied to clipboard
val
localPort
:
Int
?
=
null
Unsigned int 16.
receive
Buffer
Size
Link copied to clipboard
val
receiveBufferSize
:
Double
?
=
null
Expected to be unsigned integer.
remote
Addr
Link copied to clipboard
val
remoteAddr
:
String
?
=
null
remote
Port
Link copied to clipboard
val
remotePort
:
Int
?
=
null
Unsigned int 16.
send
Buffer
Size
Link copied to clipboard
val
sendBufferSize
:
Double
?
=
null
Expected to be unsigned integer.