MCPcopy Create free account
hub / github.com/SmingHub/Sming / send

Method send

Sming/Libraries/AtClient/src/AtClient.cpp:82–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void AtClient::send(const String& text, const String& altResponse, uint32_t timeoutMs, unsigned retries)
83{
84 Command atCommand;
85 atCommand.text = text;
86 atCommand.response2 = altResponse;
87 atCommand.timeout = timeoutMs;
88 atCommand.retries = retries;
89
90 send(atCommand);
91}
92
93void AtClient::send(const String& text, ReceiveCallback onReceive, uint32_t timeoutMs, unsigned retries)
94{

Callers 1

initFunction · 0.45

Calls 2

enqueueMethod · 0.80
lengthMethod · 0.45

Tested by

no test coverage detected