DittoRemotePeer

class DittoRemotePeer(    val networkId: String,     val deviceName: String,     val approximateDistance: Double?,     val connections: Array<String>)

A summary snapshot of the types of connections currently active to a remote Ditto peer.

Constructors

Link copied to clipboard
fun DittoRemotePeer(    networkId: String,     deviceName: String,     approximateDistance: Double?,     connections: Array<String>)

Properties

Link copied to clipboard
val approximateDistance: Double?
Link copied to clipboard
val connections: Array<String>
Link copied to clipboard
val deviceName: String
Link copied to clipboard
val networkId: String