Searched refs:SocketService (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/ |
| D | QuectelModem.cs | 641 var service = SocketService.Open(this, connectionId, serviceType, host, remotePort); in Qiopen() 1116 private readonly SocketService[] sockets = new SocketService[NumberOfConnections]; 1257 private class SocketService : IDisposable class in Antmicro.Renode.Peripherals.Network.QuectelModem 1259 …public static SocketService Open(QuectelModem owner, int connectionId, ServiceType type, string re… in Open() 1269 … return new SocketService(owner, connectionId, type, service, remoteHost, remotePort); in Open() 1296 …private SocketService(QuectelModem owner, int connectionId, ServiceType type, IEmulatedNetworkServ… in SocketService() method in Antmicro.Renode.Peripherals.Network.QuectelModem.SocketService
|