Searched refs:SendString (Results 1 – 3 of 3) sorted by relevance
208 …ExecuteWithDelay(() => SendString($"+IP: {NetworkIp}"), d += IpDelay); // IP URC means successfull… in Atw()273 ExecuteWithDelay(() => SendString(CeregContent(true)), CeregDelay); in CeregWrite()286 ExecuteWithDelay(() => SendString(CregContent(true)), CeregDelay); in CregWrite()318 …ExecuteWithDelay(() => SendString($"+IP: {NetworkIp}"), d += IpDelay); // IP URC means successfull… in Cfun()324 ExecuteWithDelay(() => SendString(CeregContent(true)), CeregDelay); in Cfun()656 SendString($"+QIOPEN: {connectionId},{(service == null ? 1 : 0)}"); in Qiopen()783 SendString(DataModePrompt); in Qisend()820 ExecuteWithDelay(() => SendString(sendResponse), 50); in SendSocketData()846 SendString(ModemReady); in EnableModem()877 SendString(CsconContent(true)); in SendSignalingConnectionStatus()[all …]
255 ExecuteWithDelay(() => SendString("+INIT:DONE,0")); in Restart()
199 protected void SendString(string str) in SendString() method in Antmicro.Renode.Peripherals.Network.AtCommandModem