⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ftpc_8h.html

📁 BlueLab3 bluetooth API 说明文档
💻 HTML
📖 第 1 页 / 共 4 页
字号:
<p>Get the folder listing from the server. <p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td></td><td valign=top><em>ftpc</em>&nbsp;</td><td>FTPC Session Handle.</td></tr>  </table></dl>A FTPC_BROWSE_FOLDER_DATA_IND message will be received for each data packet. A FTPC_BROWSE_FOLDER_COMPLETE_IND message will be received after the last packet.     </td>  </tr></table><a class="anchor" name="a23" doxytag="ftpc.h::FtpcPushObject" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> void FtpcPushObject           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top"><a class="el" href="ftpc_8h.html#a1">FTPC</a> *&nbsp;</td>          <td class="mdname" nowrap> <em>ftpc</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td></td>          <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a4">uint16</a>&nbsp;</td>          <td class="mdname" nowrap> <em>size_name</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td></td>          <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a8">uint8</a> *&nbsp;</td>          <td class="mdname" nowrap> <em>name</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td></td>          <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a4">uint16</a>&nbsp;</td>          <td class="mdname" nowrap> <em>size_type</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td></td>          <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a8">uint8</a> *&nbsp;</td>          <td class="mdname" nowrap> <em>type</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td></td>          <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a4">uint16</a>&nbsp;</td>          <td class="mdname" nowrap> <em>size_packet</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td></td>          <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a8">uint8</a> *&nbsp;</td>          <td class="mdname" nowrap> <em>packet</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td></td>          <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a3">uint32</a>&nbsp;</td>          <td class="mdname" nowrap> <em>totalLen</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td></td>          <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a9">bool</a>&nbsp;</td>          <td class="mdname" nowrap> <em>onlyPacket</em></td>        </tr>        <tr>          <td></td>          <td class="md">)&nbsp;</td>          <td class="md" colspan="2"></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Push the first packet of an object to the server. <p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td></td><td valign=top><em>ftpc</em>&nbsp;</td><td>FTPC Session Handle. </td></tr>    <tr><td></td><td valign=top><em>size_name</em>&nbsp;</td><td>Length of the name field. </td></tr>    <tr><td></td><td valign=top><em>name</em>&nbsp;</td><td>The object name. </td></tr>    <tr><td></td><td valign=top><em>size_type</em>&nbsp;</td><td>Length of the type field. </td></tr>    <tr><td></td><td valign=top><em>type</em>&nbsp;</td><td>The object type. </td></tr>    <tr><td></td><td valign=top><em>size_packet</em>&nbsp;</td><td>Length of the packet supplied with this request. </td></tr>    <tr><td></td><td valign=top><em>packet</em>&nbsp;</td><td>First packet to send. </td></tr>    <tr><td></td><td valign=top><em>totalLen</em>&nbsp;</td><td>Total length of the object being sent. </td></tr>    <tr><td></td><td valign=top><em>onlyPacket</em>&nbsp;</td><td>Is this the only packet? Yes(TRUE) or No(FALSE).</td></tr>  </table></dl>The ownership of all pointers remains with the caller.<p>If data is in a VM Source (e.g. from the filesystem), FtpcPushObjectSource should be used instead of FtpcPushObject.<p>A FTPC_PUSH_OBJECT_DATA_IND message will be received for each packet. A FTPC_PUSH_OBJECT_COMPLETE_IND message will be received after the last packet.     </td>  </tr></table><a class="anchor" name="a24" doxytag="ftpc.h::FtpcPushObjectNextPacket" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> void FtpcPushObjectNextPacket           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top"><a class="el" href="ftpc_8h.html#a1">FTPC</a> *&nbsp;</td>          <td class="mdname" nowrap> <em>ftpc</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td></td>          <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a4">uint16</a>&nbsp;</td>          <td class="mdname" nowrap> <em>size_packet</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td></td>          <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a8">uint8</a> *&nbsp;</td>          <td class="mdname" nowrap> <em>packet</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td></td>          <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a9">bool</a>&nbsp;</td>          <td class="mdname" nowrap> <em>lastPacket</em></td>        </tr>        <tr>          <td></td>          <td class="md">)&nbsp;</td>          <td class="md" colspan="2"></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Push the next packet of the current object to the server. <p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td></td><td valign=top><em>ftpc</em>&nbsp;</td><td>FTPC Session Handle. </td></tr>    <tr><td></td><td valign=top><em>size_packet</em>&nbsp;</td><td>Length of the packet supplied with this request. </td></tr>    <tr><td></td><td valign=top><em>packet</em>&nbsp;</td><td>Packet to send. </td></tr>    <tr><td></td><td valign=top><em>lastPacket</em>&nbsp;</td><td>Is this the last packet? Yes(TRUE) or No(FALSE).</td></tr>  </table></dl>The ownership of the pointer 'packet' remains with the caller.<p>If data is in a VM Source (e.g. from the filesystem), FtpcPushObjectNextPacketSource should be used instead of FtpcPushObjectNextPacket.<p>A FTPC_PUSH_OBJECT_DATA_IND message will be received for each packet. A FTPC_PUSH_OBJECT_COMPLETE_IND message will be received after the last packet.     </td>  </tr></table><a class="anchor" name="a25" doxytag="ftpc.h::FtpcPushObjectSource" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> void FtpcPushObjectSource           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top"><a class="el" href="ftpc_8h.html#a1">FTPC</a> *&nbsp;</td>          <td class="mdname" nowrap> <em>ftpc</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td></td>          <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a4">uint16</a>&nbsp;</td>          <td class="mdname" nowrap> <em>size_name</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td></td>          <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a8">uint8</a> *&nbsp;</td>          <td class="mdname" nowrap> <em>name</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td></td>          <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a4">uint16</a>&nbsp;</td>          <td class="mdname" nowrap> <em>size_type</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td></td>          <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a8">uint8</a> *&nbsp;</td>          <td class="mdname" nowrap> <em>type</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td></td>          <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a4">uint16</a>&nbsp;</td>          <td class="mdname" nowrap> <em>size_packet</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td></td>          <td class="md" nowrap><a class="el" href="source___8h.html#a0">Source</a>&nbsp;</td>          <td class="mdname" nowrap> <em>src</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td></td>          <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a3">uint32</a>&nbsp;</td>          <td class="mdname" nowrap> <em>totalLen</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td></td>          <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a9">bool</a>&nbsp;</td>          <td class="mdname" nowrap> <em>onlyPacket</em></td>        </tr>        <tr>          <td></td>          <td class="md">)&nbsp;</td>          <td class="md" colspan="2"></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Push the first packet of an object to the server. <p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td></td><td valign=top><em>ftpc</em>&nbsp;</td><td>FTPC Session Handle. </td></tr>    <tr><td></td><td valign=top><em>size_name</em>&nbsp;</td><td>Length of the name field. </td></tr>    <tr><td></td><td valign=top><em>name</em>&nbsp;</td><td>The object name. </td></tr>    <tr><td></td><td valign=top><em>size_type</em>&nbsp;</td><td>Length of the type field. </td></tr>    <tr><td></td><td valign=top><em>type</em>&nbsp;</td><td>The object type. </td></tr>    <tr><td></td><td valign=top><em>size_packet</em>&nbsp;</td><td>Length of the packet supplied with this request. </td></tr>    <tr><td></td><td valign=top><em>src</em>&nbsp;</td><td>Source containing the packet to send. </td></tr>    <tr><td></td><td valign=top><em>totalLen</em>&nbsp;</td><td>Total length of the object being sent. </td></tr>    <tr><td></td><td valign=top><em>onlyPacket</em>&nbsp;</td><td>Is this the only packet? Yes(TRUE) or No(FALSE).</td></tr>  </table></dl>A FTPC_PUSH_OBJECT_DATA_IND message will be received for each packet. A FTPC_PUSH_OBJECT_COMPLETE_IND message will be received after the last packet.     </td>  </tr></table><a class="anchor" name="a26" doxytag="ftpc.h::FtpcPushObjectNextPacketSource" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -