Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DQuectelModem.cs1288 public int ConnectionId { get; } property in Antmicro.Renode.Peripherals.Network.QuectelModem.SocketService
1292 … private void BytesReceived(int byteCount) => Owner.BytesReceived(ConnectionId, byteCount); in BytesReceived()
1299 ConnectionId = connectionId; in SocketService()