Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DanielOgorchock/ST_Anything
/ available
Method
available
Arduino/libraries/Ethernet2/src/EthernetClient.cpp:89–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
int EthernetClient::available() {
90
if (_sock != MAX_SOCK_NUM)
91
return w5500.getRXReceivedSize(_sock);
92
return 0;
93
}
94
95
int EthernetClient::read() {
96
uint8_t b;
Callers
nothing calls this directly
Calls
1
getRXReceivedSize
Method · 0.80
Tested by
no test coverage detected