forked from espressif/esp-protocols
Deploying to gh-pages from @ espressif/esp-protocols@a661e51f7e 🚀
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -223,7 +223,7 @@ pointer as the return value. The API expects the output data to point to user al
|
||||
<dd><p>Reads the operator name. </p>
|
||||
<dl class="field-list simple">
|
||||
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
|
||||
<dd class="field-odd"><p><strong>name</strong> – <strong>[out]</strong> module name </p>
|
||||
<dd class="field-odd"><p><strong>operator</strong> – <strong>[out]</strong> name </p>
|
||||
</dd>
|
||||
<dt class="field-even">Returns<span class="colon">:</span></dt>
|
||||
<dd class="field-even"><p>OK, FAIL or TIMEOUT </p>
|
||||
|
@@ -102,7 +102,7 @@
|
||||
<dd><p>Reads the operator name. </p>
|
||||
<dl class="field-list simple">
|
||||
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
|
||||
<dd class="field-odd"><p><strong>name</strong> – <strong>[out]</strong> module name </p>
|
||||
<dd class="field-odd"><p><strong>operator</strong> – <strong>[out]</strong> name </p>
|
||||
</dd>
|
||||
<dt class="field-even">Returns<span class="colon">:</span></dt>
|
||||
<dd class="field-even"><p>OK, FAIL or TIMEOUT </p>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# Sphinx build info version 1
|
||||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
|
||||
config: a7dc562f687725d8e54f368c602364fa
|
||||
config: 7d448f47af6288760e5205413f60477c
|
||||
tags: 549b3d6d0415232fb7e35403b330ff49
|
||||
|
@@ -163,7 +163,7 @@
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/espressif/esp-docs/blob/2a4e684/docs/en/genindex" class="fa fa-github"> Edit on GitHub</a>
|
||||
<a href="https://github.com/espressif/esp-docs/blob/a661e51/docs/en/genindex" class="fa fa-github"> Edit on GitHub</a>
|
||||
|
||||
|
||||
|
||||
|
@@ -191,7 +191,7 @@
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/espressif/esp-docs/blob/2a4e684/docs/en/index.rst" class="fa fa-github"> Edit on GitHub</a>
|
||||
<a href="https://github.com/espressif/esp-docs/blob/a661e51/docs/en/index.rst" class="fa fa-github"> Edit on GitHub</a>
|
||||
|
||||
|
||||
|
||||
@@ -314,7 +314,7 @@ In case a host operating system has <cite>openssl</cite> and <cite>sed</cite> pa
|
||||
</section>
|
||||
<section id="application-example">
|
||||
<h2>Application Example<a class="headerlink" href="#application-example" title="Permalink to this headline">¶</a></h2>
|
||||
<p>A simple WebSocket example that uses esp_websocket_client to establish a websocket connection and send/receive data with the <a class="reference external" href="https://websocket.org">websocket.org</a> server can be found here: <a class="reference external" href="https://github.com/espressif/esp-protocols/tree/2a4e684/examples/../examples">example </a>.</p>
|
||||
<p>A simple WebSocket example that uses esp_websocket_client to establish a websocket connection and send/receive data with the <a class="reference external" href="https://websocket.org">websocket.org</a> server can be found here: <a class="reference external" href="https://github.com/espressif/esp-protocols/tree/a661e51/examples/../examples">example </a>.</p>
|
||||
<section id="sending-text-data">
|
||||
<h3>Sending Text Data<a class="headerlink" href="#sending-text-data" title="Permalink to this headline">¶</a></h3>
|
||||
<p>The WebSocket client supports sending data as a text data frame, which informs the application layer that the payload data is text data encoded as UTF-8. Example:</p>
|
||||
@@ -328,7 +328,7 @@ In case a host operating system has <cite>openssl</cite> and <cite>sed</cite> pa
|
||||
<section id="header-file">
|
||||
<h3>Header File<a class="headerlink" href="#header-file" title="Permalink to this headline">¶</a></h3>
|
||||
<ul class="simple">
|
||||
<li><p><a class="reference external" href="https://github.com/espressif/esp-protocols/blob/2a4e684/include/esp_websocket_client.h">include/esp_websocket_client.h</a></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/espressif/esp-protocols/blob/a661e51/include/esp_websocket_client.h">include/esp_websocket_client.h</a></p></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="functions">
|
||||
|
@@ -165,7 +165,7 @@
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/espressif/esp-docs/blob/2a4e684/docs/en/search" class="fa fa-github"> Edit on GitHub</a>
|
||||
<a href="https://github.com/espressif/esp-docs/blob/a661e51/docs/en/search" class="fa fa-github"> Edit on GitHub</a>
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user