Ditto 4.1.0
Public Member Functions | Public Attributes | List of all members
ditto::WiFiAwareConfig Class Reference

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

#include <TransportConfig.hpp>

Public Member Functions

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

Public Attributes

bool enabled = false
 

Detailed Description

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

Member Data Documentation

◆ enabled

bool ditto::WiFiAwareConfig::enabled = false

Whether or not WiFi Aware connections should be enabled.

If enabled, this will only take effect on Android as it is the only platform that supports WiFi Aware.