Ditto Connection
data class DittoConnection( val id: String, val peer1: DittoAddress, val peer2: DittoAddress, val connectionType: DittoConnectionType, val approximateDistanceInMeters: Double?)
Content copied to clipboard
Represents a connection between two peers on the Ditto mesh network.
Constructors
Link copied to clipboard
fun DittoConnection( id: String, peer1: DittoAddress, peer2: DittoAddress, connectionType: DittoConnectionType, approximateDistanceInMeters: Double?)
Content copied to clipboard