terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
override IPInterfaceProperties | GetIPProperties () |
Static Public Member Functions | |
static NetworkInterface[] | GetAllNetworkInterfaces () |
Protected Attributes | |
IPInterfaceProperties | ipproperties |
List< IPAddress > | addresses |
Package Functions | |
LinuxNetworkInterface (string name) | |
void | AddAddress (IPAddress address) |
void | SetLinkLayerInfo (int index, byte[] macAddress, NetworkInterfaceType type) |
Static Package Functions | |
static string | ReadLine (string path) |
Properties | |
string | IfacePath [get, set] |
override OperationalStatus | OperationalStatus [get, set] |
override string | Description [get, set] |
override NetworkInterfaceType | NetworkInterfaceType [get, set] |
Private Attributes | |
string | iface_path |
string | iface_operstate_path |
string | iface_flags_path |
string | name |
byte[] | macAddress |
NetworkInterfaceType | type |
Definition at line 10 of file LinuxNetworkInterface.cs.