stm32duino / STM32Ethernet

Arduino library to support Ethernet for STM32 based board
151 stars 41 forks source link

Does it support the Stream class? #13

Closed ghost closed 5 years ago

ghost commented 6 years ago

Just to be sure, because I cannot understand this from the documentation. Does the STM32Ethernet library support the Arduino Stream class?

fpistm commented 6 years ago

Hi @Mark-81 Yes, this is the same API than Arduino. EthernetClient inherits from Client Class which inherits from Stream EthernetServer inherits from Server Class which inherits from Stream

fpistm commented 5 years ago

Hi @Mark-81 is it ok to close this issue ?