MCPcopy Create free account
hub / github.com/DanielOgorchock/ST_Anything / write

Method write

Arduino/libraries/Ethernet2/src/EthernetServer.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70size_t EthernetServer::write(uint8_t b)
71{
72 return write(&b, 1);
73}
74
75size_t EthernetServer::write(const uint8_t *buffer, size_t size)
76{

Callers

nothing calls this directly

Calls 2

acceptFunction · 0.85
statusMethod · 0.45

Tested by

no test coverage detected