kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Network
/
DirectUDPSocketOpenedParameter
Direct
UDPSocket
Opened
Parameter
@
Serializable
data
class
DirectUDPSocketOpenedParameter
(
val
identifier
:
String
,
val
localAddr
:
String
,
val
localPort
:
Int
,
val
timestamp
:
Double
,
val
remoteAddr
:
String
?
=
null
,
val
remotePort
:
Int
?
=
null
)
Fired when direct_socket.UDPSocket connection is opened.
Members
Constructors
Direct
UDPSocket
Opened
Parameter
Link copied to clipboard
constructor
(
identifier
:
String
,
localAddr
:
String
,
localPort
:
Int
,
timestamp
:
Double
,
remoteAddr
:
String
?
=
null
,
remotePort
:
Int
?
=
null
)
Properties
identifier
Link copied to clipboard
val
identifier
:
String
local
Addr
Link copied to clipboard
val
localAddr
:
String
local
Port
Link copied to clipboard
val
localPort
:
Int
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
Expected to be unsigned integer.
timestamp
Link copied to clipboard
val
timestamp
:
Double