Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DQuectel_BG96.cs221 …protected override Response Qisend(int connectionId, int? sendLength = null, string data = null, i… in Qisend() argument
229 return base.Qisend(connectionId, sendLength, data); in Qisend()
DQuectelModem.cs727 …protected virtual Response Qisend(int connectionId, int? sendLength = null, string data = null, in… in Qisend() argument
735 if(sendLength == 0) in Qisend()
755 if(sendLength == null || bytes.Length != sendLength) in Qisend()
784 EnterDataMode(sendLength, bytes => in Qisend()