1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-20 05:03:14 +03:00

Improve receive handling in TLS support (#43)

This commit is contained in:
Ivan Grokhotkov
2015-09-13 22:49:30 +03:00
parent 2a297ca171
commit 098c71ca02
2 changed files with 75 additions and 13 deletions

View File

@@ -40,6 +40,9 @@ public:
size_t write(const uint8_t *buf, size_t size) override;
int read(uint8_t *buf, size_t size) override;
int available() override;
int read() override;
int peek() override;
void stop() override;
protected: