DittoPeerToPeer

data class DittoPeerToPeer(var bluetoothLe: DittoBluetoothLeConfig = DittoBluetoothLeConfig(), var lan: DittoLanConfig = DittoLanConfig(), var wifiAware: DittoWifiAwareConfig = DittoWifiAwareConfig()) : Cloneable

Configuration of peer-to-peer transports, which are able to discover and connect to peers on their own.

For more information refer to the documentation for DittoTransportConfig.

Constructors

Link copied to clipboard
constructor(bluetoothLe: DittoBluetoothLeConfig = DittoBluetoothLeConfig(), lan: DittoLanConfig = DittoLanConfig(), wifiAware: DittoWifiAwareConfig = DittoWifiAwareConfig())

Properties

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

Functions

Link copied to clipboard
open override fun clone(): DittoPeerToPeer