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

📄 ftps_8h.html

📁 BlueLab3 bluetooth API 说明文档
💻 HTML
📖 第 1 页 / 共 5 页
字号:
          <td class="md" colspan="2"></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Send the first packet of a folder listing. <p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td></td><td valign=top><em>ftps</em>&nbsp;</td><td>FTPS Session Handle. </td></tr>    <tr><td></td><td valign=top><em>size_packet</em>&nbsp;</td><td>Length of this packet </td></tr>    <tr><td></td><td valign=top><em>packet</em>&nbsp;</td><td>The first packet </td></tr>    <tr><td></td><td valign=top><em>totalLen</em>&nbsp;</td><td>Total length of the folder listing </td></tr>    <tr><td></td><td valign=top><em>onlyPacket</em>&nbsp;</td><td>Is this the only packet to transfer.</td></tr>  </table></dl>If data is in a VM Source (e.g. from the filesystem), FtpsGetFolderFirstPacketSource should be used instead of FtpsGetFolderFirstPacket.<p>This function should be called on receipt of a FTPS_GETFOLDER_START_IND message. A FTPS_GETFOLDER_DATA_IND message will be received to request the next packet. A FTPS_GETFOLDER_COMPLETE_IND message will be received after sending the final packet.     </td>  </tr></table><a class="anchor" name="a29" doxytag="ftps.h::FtpsGetFolderNextPacket" ></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 FtpsGetFolderNextPacket           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top"><a class="el" href="ftps_8h.html#a1">FTPS</a> *&nbsp;</td>          <td class="mdname" nowrap> <em>ftps</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>Send the next packet of a folder listing. <p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td></td><td valign=top><em>ftps</em>&nbsp;</td><td>FTPS Session Handle. </td></tr>    <tr><td></td><td valign=top><em>size_packet</em>&nbsp;</td><td>Length of this packet </td></tr>    <tr><td></td><td valign=top><em>packet</em>&nbsp;</td><td>The next packet </td></tr>    <tr><td></td><td valign=top><em>lastPacket</em>&nbsp;</td><td>Is this the last packet to transfer.</td></tr>  </table></dl>If data is in a VM Source (e.g. from the filesystem), FtpsGetFolderNextPacketSource should be used instead of FtpsGetFolderNextPacket.<p>This function should be called on receipt of a FTPS_GETFOLDER_DATA_IND message. A FTPS_GETFOLDER_DATA_IND message will be received to request the next packet. A FTPS_GETFOLDER_COMPLETE_IND message will be received after sending the final packet.     </td>  </tr></table><a class="anchor" name="a30" doxytag="ftps.h::FtpsGetFolderFirstPacketSource" ></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 FtpsGetFolderFirstPacketSource           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top"><a class="el" href="ftps_8h.html#a1">FTPS</a> *&nbsp;</td>          <td class="mdname" nowrap> <em>ftps</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>Send the first packet of a folder listing. <p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td></td><td valign=top><em>ftps</em>&nbsp;</td><td>FTPS Session Handle. </td></tr>    <tr><td></td><td valign=top><em>size_packet</em>&nbsp;</td><td>Length of this packet </td></tr>    <tr><td></td><td valign=top><em>src</em>&nbsp;</td><td>The source containing the packet </td></tr>    <tr><td></td><td valign=top><em>totalLen</em>&nbsp;</td><td>Total length of the folder listing </td></tr>    <tr><td></td><td valign=top><em>onlyPacket</em>&nbsp;</td><td>Is this the only packet to transfer.</td></tr>  </table></dl>This function should be called on receipt of a FTPS_GETFOLDER_START_IND message. A FTPS_GETFOLDER_DATA_IND message will be received to request the next packet. A FTPS_GETFOLDER_COMPLETE_IND message will be received after sending the final packet.     </td>  </tr></table><a class="anchor" name="a31" doxytag="ftps.h::FtpsGetFolderNextPacketSource" ></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 FtpsGetFolderNextPacketSource           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top"><a class="el" href="ftps_8h.html#a1">FTPS</a> *&nbsp;</td>          <td class="mdname" nowrap> <em>ftps</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#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>Send the next packet of a folder listing. <p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td></td><td valign=top><em>ftps</em>&nbsp;</td><td>FTPS Session Handle. </td></tr>    <tr><td></td><td valign=top><em>size_packet</em>&nbsp;</td><td>Length of this packet </td></tr>    <tr><td></td><td valign=top><em>src</em>&nbsp;</td><td>The source containing the packet </td></tr>    <tr><td></td><td valign=top><em>lastPacket</em>&nbsp;</td><td>Is this the last packet to transfer.</td></tr>  </table></dl>This function should be called on receipt of a FTPS_GETFOLDER_DATA_IND message. A FTPS_GETFOLDER_DATA_IND message will be received to request the next packet. A FTPS_GETFOLDER_COMPLETE_IND message will be received after sending the final packet.     </td>  </tr></table><a class="anchor" name="a32" doxytag="ftps.h::FtpsGetObjectFirstPacket" ></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 FtpsGetObjectFirstPacket           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top"><a class="el" href="ftps_8h.html#a1">FTPS</a> *&nbsp;</td>          <td class="mdname" nowrap> <em>ftps</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>

⌨️ 快捷键说明

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