ESP32 PSRAM Library
Deprecated List
Member Stream::sendAll (Print *to, const oneShotMs::timeType timeoutMs=oneShotMs::neverExpires)
Use the Stream* variant instead
Member Stream::sendAll (Print &to, const oneShotMs::timeType timeoutMs=oneShotMs::neverExpires)
Use the Stream* variant instead
Member Stream::sendAvailable (Print *to)
Use the Stream* variant instead
Member Stream::sendAvailable (Print &to)
Use the Stream* variant instead
Member Stream::sendSize (Print *to, const ssize_t maxLen, const oneShotMs::timeType timeoutMs=oneShotMs::neverExpires)
Use the Stream* variant instead
Member Stream::sendSize (Print &to, const ssize_t maxLen, const oneShotMs::timeType timeoutMs=oneShotMs::neverExpires)
Use the Stream* variant instead
Member Stream::sendUntil (Print *to, const int readUntilChar, const oneShotMs::timeType timeoutMs=oneShotMs::neverExpires)
Use the Stream* variant instead
Member Stream::sendUntil (Print &to, const int readUntilChar, const oneShotMs::timeType timeoutMs=oneShotMs::neverExpires)
Use the Stream* variant instead