<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-cn">
		<id>http://wiki.ywrobot.net/index.php?action=history&amp;feed=atom&amp;title=Client.h</id>
		<title>Client.h - 版本历史</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.ywrobot.net/index.php?action=history&amp;feed=atom&amp;title=Client.h"/>
		<link rel="alternate" type="text/html" href="http://wiki.ywrobot.net/index.php?title=Client.h&amp;action=history"/>
		<updated>2026-05-14T11:01:52Z</updated>
		<subtitle>本wiki的该页面的版本历史</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>http://wiki.ywrobot.net/index.php?title=Client.h&amp;diff=59&amp;oldid=prev</id>
		<title>YWrobot WM：创建页面，内容为“&lt;pre style=&quot;color:blue&quot;&gt; #ifndef client_h #define client_h #include &quot;Print.h&quot; #include &quot;Stream.h&quot; #include &quot;IPAddress.h&quot;  class Client : public Stream {  public:   v...”</title>
		<link rel="alternate" type="text/html" href="http://wiki.ywrobot.net/index.php?title=Client.h&amp;diff=59&amp;oldid=prev"/>
				<updated>2016-04-25T02:01:22Z</updated>
		
		<summary type="html">&lt;p&gt;创建页面，内容为“&amp;lt;pre style=&amp;quot;color:blue&amp;quot;&amp;gt; #ifndef client_h #define client_h #include &amp;quot;Print.h&amp;quot; #include &amp;quot;Stream.h&amp;quot; #include &amp;quot;IPAddress.h&amp;quot;  class Client : public Stream {  public:   v...”&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre style=&amp;quot;color:blue&amp;quot;&amp;gt;&lt;br /&gt;
#ifndef client_h&lt;br /&gt;
#define client_h&lt;br /&gt;
#include &amp;quot;Print.h&amp;quot;&lt;br /&gt;
#include &amp;quot;Stream.h&amp;quot;&lt;br /&gt;
#include &amp;quot;IPAddress.h&amp;quot;&lt;br /&gt;
&lt;br /&gt;
class Client : public Stream {&lt;br /&gt;
&lt;br /&gt;
public:&lt;br /&gt;
  virtual int connect(IPAddress ip, uint16_t port) =0;&lt;br /&gt;
  virtual int connect(const char *host, uint16_t port) =0;&lt;br /&gt;
  virtual size_t write(uint8_t) =0;&lt;br /&gt;
  virtual size_t write(const uint8_t *buf, size_t size) =0;&lt;br /&gt;
  virtual int available() = 0;&lt;br /&gt;
  virtual int read() = 0;&lt;br /&gt;
  virtual int read(uint8_t *buf, size_t size) = 0;&lt;br /&gt;
  virtual int peek() = 0;&lt;br /&gt;
  virtual void flush() = 0;&lt;br /&gt;
  virtual void stop() = 0;&lt;br /&gt;
  virtual uint8_t connected() = 0;&lt;br /&gt;
  virtual operator bool() = 0;&lt;br /&gt;
protected:&lt;br /&gt;
  uint8_t* rawIPAddress(IPAddress&amp;amp; addr) { return addr.raw_address(); };&lt;br /&gt;
};&lt;br /&gt;
&lt;br /&gt;
#endif&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>YWrobot WM</name></author>	</entry>

	</feed>