Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
size_t EthernetServer::write(uint8_t b)
71
{
72
return write(&b, 1);
73
}
74
75
size_t EthernetServer::write(const uint8_t *buffer, size_t size)
76
{
Callers
nothing calls this directly
Calls
2
accept
Function · 0.85
status
Method · 0.45
Tested by
no test coverage detected