Home
last modified time | relevance | path

Searched defs:ipAddress (Results 1 – 1 of 1) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/Network/NetworkServer/
DNetworkServer.cs28 … public static void CreateNetworkServer(this Emulation emulation, string name, string ipAddress) in CreateNetworkServer()
36 public NetworkServer(string ipAddress, string macAddress = null) in NetworkServer()