Home
last modified time | relevance | path

Searched refs:IEmulatedNetworkService (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DIEmulatedNetworkService.cs13 public interface IEmulatedNetworkService : IExternal, IDisposable interface
DEmulatedNetworkService.cs27 … var service = (IEmulatedNetworkService)Activator.CreateInstance(type, host, port, args); in CreateEmulatedNetworkService()
DEchoService.cs15 public class EchoService : IEmulatedNetworkService
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DQuectelModem.cs1261 …onManager.Instance.CurrentEmulation.ExternalsManager.GetExternalsOfType<IEmulatedNetworkService>(); in Open()
1294 private readonly IEmulatedNetworkService connectedService;
1296 …tService(QuectelModem owner, int connectionId, ServiceType type, IEmulatedNetworkService conn, str… in SocketService()