Quantcast
Channel: ESP8266 Community Forum
Viewing all articles
Browse latest Browse all 18

Arduino • Re: Constructor problem with class

$
0
0
You can try the following.
Code:   stdio_handler::stdio_handler() : TCPserver(8888) {
  // Other constructor code...
}

stdio_handler::stdio_handler(uint16_t port) : TCPserver(port) {
  // Other constructor code...
}
 

Statistics: Posted by rooppoorali — Thu May 04, 2023 8:57 am



Viewing all articles
Browse latest Browse all 18

Trending Articles