network write returns void, should return int.
in
Core Library Questions
•
2 years ago
According to this:
client.write() should return an int. If you try ' int N = Client.write(Line)' he
complains that write returns a void. I have verified thid by looking at the source.
Returning an int is the only way that you can see if the write has completed
correctly.
William Estrada
Mt Umunhum, CA, USA
HTTP://64.124.13.3 ( Mt-Umunhum-Wireless.net )
Skype: MrUmunhum
client.write() should return an int. If you try ' int N = Client.write(Line)' he
complains that write returns a void. I have verified thid by looking at the source.
Returning an int is the only way that you can see if the write has completed
correctly.
William Estrada
Mt Umunhum, CA, USA
HTTP://64.124.13.3 ( Mt-Umunhum-Wireless.net )
Skype: MrUmunhum
1