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
/
PeerInfo
Peer
Info
@
Serializable
data
class
PeerInfo
(
val
addr
:
String
,
val
source
:
PeerSource
,
val
state
:
PeerState
,
val
stats
:
Stats
)
Information about a peer.
Members
Constructors
Peer
Info
Link copied to clipboard
constructor
(
addr
:
String
,
source
:
PeerSource
,
state
:
PeerState
,
stats
:
Stats
)
Properties
addr
Link copied to clipboard
val
addr
:
String
source
Link copied to clipboard
val
source
:
PeerSource
state
Link copied to clipboard
val
state
:
PeerState
stats
Link copied to clipboard
val
stats
:
Stats