Stats

@Serializable
data class Stats(val bytesTx: Long, val bytesRx: Long, val throughputTx: Long, val throughputRx: Long)

Network traffic statistics.

Constructors

Link copied to clipboard
constructor(bytesTx: Long, bytesRx: Long, throughputTx: Long, throughputRx: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard