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

Method write

samples/Basic_Ssl/include/CounterStream.h:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10{
11public:
12 size_t write(const uint8_t* buffer, size_t size) override
13 {
14 streamSize += size;
15 return size;
16 }
17
18 int available() override
19 {

Callers 13

initFunction · 0.45
tbFunction · 0.45
tbFunction · 0.45
tbFunction · 0.45
copySomeFilesFunction · 0.45
readFileFunction · 0.45
COMMAND_HANDLERFunction · 0.45
loopListenFunction · 0.45
echoCallbackFunction · 0.45
loopListenFunction · 0.45
calcValueMethod · 0.45
testPSTRFunction · 0.45

Calls

no outgoing calls

Tested by 2

testPSTRFunction · 0.36
testFSTRFunction · 0.36