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

Method write

Arduino/libraries/WiFiEsp/src/WiFiEspClient.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108
109
110size_t WiFiEspClient::write(uint8_t b)
111{
112 return write(&b, 1);
113}
114
115size_t WiFiEspClient::write(const uint8_t *buf, size_t size)
116{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected