Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DanielOgorchock/ST_Anything
/ write
Method
write
Arduino/libraries/Ethernet2/src/EthernetClient.cpp:73–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
size_t EthernetClient::write(uint8_t b) {
74
return write(&b, 1);
75
}
76
77
size_t EthernetClient::write(const uint8_t *buf, size_t size) {
78
if (_sock == MAX_SOCK_NUM) {
Callers
nothing calls this directly
Calls
1
send
Function · 0.50
Tested by
no test coverage detected