kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Network
/
EmulateNetworkConditionsParameter
/
EmulateNetworkConditionsParameter
Emulate
Network
Conditions
Parameter
constructor
(
offline
:
Boolean
,
latency
:
Double
,
downloadThroughput
:
Double
,
uploadThroughput
:
Double
,
connectionType
:
Network.ConnectionType
?
=
null
,
packetLoss
:
Double
?
=
null
,
packetQueueLength
:
Int
?
=
null
,
packetReordering
:
Boolean
?
=
null
)