Ditto 2.0.0-alpha1
Public Member Functions | Static Public Member Functions | Properties | List of all members
DittoSDK.DittoLanConfig Class Reference

Configuration for local LAN Wi-Fi network transport. More...

Inheritance diagram for DittoSDK.DittoLanConfig:

Public Member Functions

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

Static Public Member Functions

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

Properties

bool Enabled = false [get, set]
 
bool MdnsEnabled = true [get, set]
 
bool MulticastEnabled = true [get, set]
 

Detailed Description

Configuration for local LAN Wi-Fi network transport.

Member Function Documentation

◆ Copy()

DittoLanConfig DittoSDK.DittoLanConfig.Copy ( )
inline

Creates a copy of the config object.

Returns
A new, equivalent DittoLanConfig instance.