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

Method AtClient

Sming/Libraries/AtClient/src/AtClient.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17#include <Clock.h>
18
19AtClient::AtClient(HardwareSerial& stream) : stream(stream)
20{
21 stream.onDataReceived(StreamDataReceivedDelegate(&AtClient::processor, this));
22}
23
24void AtClient::processor(Stream& source, char arrivedChar, uint16_t availableCharsCount)
25{

Callers

nothing calls this directly

Calls 1

onDataReceivedMethod · 0.80

Tested by

no test coverage detected