ouisync
Toggle table of contents
0.9.2-2
jvm
Platform filter
jvm
Switch theme
Search in API
ouisync
ouisync-session
/
org.equalitie.ouisync.session
/
Stats
Stats
@
Serializable
data
class
Stats
(
val
bytesTx
:
Long
,
val
bytesRx
:
Long
,
val
throughputTx
:
Long
,
val
throughputRx
:
Long
)
Network traffic statistics.
Members
Constructors
Stats
Link copied to clipboard
constructor
(
bytesTx
:
Long
,
bytesRx
:
Long
,
throughputTx
:
Long
,
throughputRx
:
Long
)
Properties
bytes
Rx
Link copied to clipboard
val
bytesRx
:
Long
bytes
Tx
Link copied to clipboard
val
bytesTx
:
Long
throughput
Rx
Link copied to clipboard
val
throughputRx
:
Long
throughput
Tx
Link copied to clipboard
val
throughputTx
:
Long