kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Network
/
DirectTCPSocketChunkReceivedParameter
Direct
TCPSocket
Chunk
Received
Parameter
@
Serializable
data
class
DirectTCPSocketChunkReceivedParameter
(
val
identifier
:
String
,
val
data
:
String
,
val
timestamp
:
Double
)
Fired when data is received from tcp direct socket stream.
Members
Constructors
Direct
TCPSocket
Chunk
Received
Parameter
Link copied to clipboard
constructor
(
identifier
:
String
,
data
:
String
,
timestamp
:
Double
)
Properties
data
Link copied to clipboard
val
data
:
String
identifier
Link copied to clipboard
val
identifier
:
String
timestamp
Link copied to clipboard
val
timestamp
:
Double