kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Network
/
DirectUDPMessage
Direct
UDPMessage
@
Serializable
data
class
DirectUDPMessage
(
val
data
:
String
,
val
remoteAddr
:
String
?
=
null
,
val
remotePort
:
Int
?
=
null
)
Members
Constructors
Direct
UDPMessage
Link copied to clipboard
constructor
(
data
:
String
,
remoteAddr
:
String
?
=
null
,
remotePort
:
Int
?
=
null
)
Properties
data
Link copied to clipboard
val
data
:
String
remote
Addr
Link copied to clipboard
val
remoteAddr
:
String
?
=
null
Null for connected mode.
remote
Port
Link copied to clipboard
val
remotePort
:
Int
?
=
null
Null for connected mode. Expected to be unsigned integer.