Ditto 1.1.9
Public Member Functions | Static Public Member Functions | Properties | List of all members
DittoSDK.AwdlConfig Class Reference

Configuration for Apple Wireless Direct Link (AWDL) network transport. Not supported on all platforms. More...

Inheritance diagram for DittoSDK.AwdlConfig:

Public Member Functions

override bool Equals (object obj)
 
bool Equals (AwdlConfig other)
 
override int GetHashCode ()
 
AwdlConfig Copy ()
 Creates a copy of the config object. More...
 
override string ToString ()
 

Static Public Member Functions

static bool operator== (AwdlConfig left, AwdlConfig right)
 
static bool operator!= (AwdlConfig left, AwdlConfig right)
 

Properties

bool Enabled = false [get, set]
 

Detailed Description

Configuration for Apple Wireless Direct Link (AWDL) network transport. Not supported on all platforms.

Member Function Documentation

◆ Copy()

AwdlConfig DittoSDK.AwdlConfig.Copy ( )
inline

Creates a copy of the config object.

Returns
A new, equivalent AwdlConfig instance.