Deploying to gh-pages from @ espressif/esp-protocols@e7ae0301ae 🚀

This commit is contained in:
david-cermak
2021-11-18 06:37:52 +00:00
parent 4eb61cdc79
commit b5101237ca
5 changed files with 7 additions and 1 deletions

Binary file not shown.

View File

@@ -41,6 +41,9 @@ Modem commands
These functions are the actual commands to communicate with the modem using AT command interface. These functions are the actual commands to communicate with the modem using AT command interface.
Note that the functions which implement AT commands returning textual values use plain ``char *``
pointer as the return value. The API expects the output data to point to user allocated space of at least
``ESP_MODEM_C_API_STR_MAX`` (64 by default) bytes, it also truncates the output data to this size.
.. doxygenfile:: esp_modem_api_commands.h .. doxygenfile:: esp_modem_api_commands.h

View File

@@ -210,6 +210,9 @@
<section id="modem-commands"> <section id="modem-commands">
<span id="id2"></span><h2>Modem commands<a class="headerlink" href="#modem-commands" title="Permalink to this headline"></a></h2> <span id="id2"></span><h2>Modem commands<a class="headerlink" href="#modem-commands" title="Permalink to this headline"></a></h2>
<p>These functions are the actual commands to communicate with the modem using AT command interface.</p> <p>These functions are the actual commands to communicate with the modem using AT command interface.</p>
<p>Note that the functions which implement AT commands returning textual values use plain <code class="docutils literal notranslate"><span class="pre">char</span> <span class="pre">*</span></code>
pointer as the return value. The API expects the output data to point to user allocated space of at least
<code class="docutils literal notranslate"><span class="pre">ESP_MODEM_C_API_STR_MAX</span></code> (64 by default) bytes, it also truncates the output data to this size.</p>
<div class="breathe-sectiondef docutils container"> <div class="breathe-sectiondef docutils container">
<p class="breathe-sectiondef-title rubric" id="breathe-section-title-functions">Functions</p> <p class="breathe-sectiondef-title rubric" id="breathe-section-title-functions">Functions</p>
<dl class="cpp function"> <dl class="cpp function">

File diff suppressed because one or more lines are too long