DittoPeerToPeer

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

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
fun DittoPeerToPeer(    bluetoothLe: DittoBluetoothLeConfig = DittoBluetoothLeConfig(),     lan: DittoLanConfig = DittoLanConfig(),     wifiAware: DittoWifiAwareConfig = DittoWifiAwareConfig())

Properties

Link copied to clipboard
var bluetoothLe: DittoBluetoothLeConfig
Link copied to clipboard
var lan: DittoLanConfig
Link copied to clipboard
var wifiAware: DittoWifiAwareConfig