Ditto 4.4.3
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ditto::PeerToPeer Class Reference

Part of the TransportConfig that relates to peer-to-peer connections. More...

#include <TransportConfig.hpp>

Public Member Functions

bool operator== (const PeerToPeer &other) const
 
bool operator!= (const PeerToPeer &other) const
 

Public Attributes

BluetoothLeConfig bluetooth_le
 
LanConfig lan
 
AwdlConfig awdl
 
WiFiAwareConfig wifi_aware
 

Detailed Description

Part of the TransportConfig that relates to peer-to-peer connections.

Member Data Documentation

◆ awdl

AwdlConfig ditto::PeerToPeer::awdl

Part of the PeerToPeer transport config that applies to AWDL connections.

◆ bluetooth_le

BluetoothLeConfig ditto::PeerToPeer::bluetooth_le

Part of the PeerToPeer transport config that applies to Bluetooth LE connections.

◆ lan

LanConfig ditto::PeerToPeer::lan

Part of the PeerToPeer transport config that applies to LAN connections.

◆ wifi_aware

WiFiAwareConfig ditto::PeerToPeer::wifi_aware

Part of the PeerToPeer transport config that applies to WiFi Aware connections.