Searched defs:connectionId (Results 1 – 3 of 3) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/ |
| D | DA16200.cs | 100 private void SendData(int connectionId, NetworkAddress destination, byte[] data) in SendData() 155 private bool TryGetNewConnectionNumber(out int connectionId, params int[] reservedNumbers) in TryGetNewConnectionNumber() 178 private bool TryGetConnection(int connectionId, out Connection connection) in TryGetConnection() 289 private Response Trtrm(int connectionId, string ip = null, ushort? port = null) in Trtrm() 401 …public Connection(DA16200 owner, int connectionId, ConnectionType connectionType, ushort localPort) in Connection() 561 private int? connectionId; field in Antmicro.Renode.Peripherals.Network.DA16200.DataModeState
|
| D | QuectelModem.cs | 623 …protected virtual Response Qiopen(int contextId, int connectionId, ServiceType serviceType, string… in Qiopen() 663 protected virtual Response Qiclose(int connectionId) in Qiclose() 687 protected virtual Response Qird(int connectionId, int readLength) in Qird() 727 …protected virtual Response Qisend(int connectionId, int? sendLength = null, string data = null, in… in Qisend() 805 protected void SendSocketData(byte[] bytes, int connectionId) in SendSocketData() 988 private void BytesReceived(int connectionId, int byteCount) in BytesReceived() 1007 private bool IsValidConnectionId(int connectionId, [CallerMemberName] string caller = "") in IsValidConnectionId() 1259 …public static SocketService Open(QuectelModem owner, int connectionId, ServiceType type, string re… in Open() 1296 …private SocketService(QuectelModem owner, int connectionId, ServiceType type, IEmulatedNetworkServ… in SocketService()
|
| D | Quectel_BG96.cs | 190 protected /* override */ Response Qiclose(int connectionId, int timeout = 10) in Qiclose() 221 …protected override Response Qisend(int connectionId, int? sendLength = null, string data = null, i… in Qisend()
|