📄 structpop3c__struct.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>pop3c_struct struct Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.2.18 --><center><a class="qindex" href="main.html">Main Page</a> <a class="qindex" href="modules.html">Modules</a> <a class="qindex" href="annotated.html">Data Structures</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Data Fields</a> <a class="qindex" href="globals.html">Globals</a> <a class="qindex" href="pages.html">Related Pages</a> <a class="qindex" href="examples.html">Examples</a> </center><hr><h1>pop3c_struct Struct Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>As expected this structure holds the fields that are needed for proper operation of the POP3 client. Refer to documentation of the fields to get more information about them. <p><p>Definition at line <a class="el" href="pop3__client_8h-source.html#l00085">85</a> of file <a class="el" href="pop3__client_8h-source.html">pop3_client.h</a>.<table border=0 cellpadding=0 cellspacing=0><tr><td></td></tr><tr><td colspan=2><br><h2>Data Fields</h2></td></tr><tr><td nowrap align=right valign=top>UINT8 </td><td valign=bottom><a class="el" href="structpop3c__struct.html#m0">state</a></td></tr><tr><td nowrap align=right valign=top>UINT32 </td><td valign=bottom><a class="el" href="structpop3c__struct.html#m1">remip</a></td></tr><tr><td nowrap align=right valign=top>UINT16 </td><td valign=bottom><a class="el" href="structpop3c__struct.html#m2">remport</a></td></tr><tr><td nowrap align=right valign=top>INT8 </td><td valign=bottom><a class="el" href="structpop3c__struct.html#m3">sochandle</a></td></tr><tr><td nowrap align=right valign=top>UINT8 </td><td valign=bottom><a class="el" href="structpop3c__struct.html#m4">tmrhandle</a></td></tr><tr><td nowrap align=right valign=top>UINT8 </td><td valign=bottom><a class="el" href="structpop3c__struct.html#m5">unacked</a></td></tr><tr><td nowrap align=right valign=top>UINT16 </td><td valign=bottom><a class="el" href="structpop3c__struct.html#m6">msgtotal</a></td></tr><tr><td nowrap align=right valign=top>UINT16 </td><td valign=bottom><a class="el" href="structpop3c__struct.html#m7">curmsgindex</a></td></tr><tr><td nowrap align=right valign=top>UINT32 </td><td valign=bottom><a class="el" href="structpop3c__struct.html#m8">curmsgtotlen</a></td></tr><tr><td nowrap align=right valign=top>UINT16 </td><td valign=bottom><a class="el" href="structpop3c__struct.html#m9">curmsghlen</a></td></tr><tr><td nowrap align=right valign=top>UINT8 </td><td valign=bottom><a class="el" href="structpop3c__struct.html#m10">headerbuf</a> [9]</td></tr><tr><td nowrap align=right valign=top>UINT8 </td><td valign=bottom><a class="el" href="structpop3c__struct.html#m11">charsinheaderbuf</a></td></tr><tr><td nowrap align=right valign=top>UINT8 </td><td valign=bottom><a class="el" href="structpop3c__struct.html#m12">from</a> [POP3C_SENDERMAXLEN]</td></tr><tr><td nowrap align=right valign=top>UINT8 </td><td valign=bottom><a class="el" href="structpop3c__struct.html#m13">subject</a> [POP3C_SUBJECTMAXLEN]</td></tr></table><hr><h2>Field Documentation</h2><a name="m0" doxytag="pop3c_struct::state"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> UINT8 pop3c_struct::state </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>State of POP3 client state machine <p>Definition at line <a class="el" href="pop3__client_8h-source.html#l00087">87</a> of file <a class="el" href="pop3__client_8h-source.html">pop3_client.h</a>.<p>Referenced by <a class="el" href="pop3__client_8c-source.html#l00114">pop3c_connect()</a>, and <a class="el" href="pop3__client_8c-source.html#l00194">pop3c_getstate()</a>. </td> </tr></table><a name="m1" doxytag="pop3c_struct::remip"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> UINT32 pop3c_struct::remip </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Remote IP of POP3 server <p>Definition at line <a class="el" href="pop3__client_8h-source.html#l00088">88</a> of file <a class="el" href="pop3__client_8h-source.html">pop3_client.h</a>.<p>Referenced by <a class="el" href="pop3__client_8c-source.html#l00114">pop3c_connect()</a>, and <a class="el" href="pop3__client_8c-source.html#l00148">pop3c_init()</a>. </td> </tr></table><a name="m2" doxytag="pop3c_struct::remport"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> UINT16 pop3c_struct::remport </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Remote port of POP3 server <p>Definition at line <a class="el" href="pop3__client_8h-source.html#l00089">89</a> of file <a class="el" href="pop3__client_8h-source.html">pop3_client.h</a>.<p>Referenced by <a class="el" href="pop3__client_8c-source.html#l00114">pop3c_connect()</a>, and <a class="el" href="pop3__client_8c-source.html#l00148">pop3c_init()</a>. </td> </tr></table><a name="m3" doxytag="pop3c_struct::sochandle"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> INT8 pop3c_struct::sochandle </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Handle to TCP socket <p>Definition at line <a class="el" href="pop3__client_8h-source.html#l00090">90</a> of file <a class="el" href="pop3__client_8h-source.html">pop3_client.h</a>.<p>Referenced by <a class="el" href="pop3__client_8c-source.html#l00114">pop3c_connect()</a>, and <a class="el" href="pop3__client_8c-source.html#l00148">pop3c_init()</a>. </td> </tr></table><a name="m4" doxytag="pop3c_struct::tmrhandle"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> UINT8 pop3c_struct::tmrhandle </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Handle to timer <p>Definition at line <a class="el" href="pop3__client_8h-source.html#l00091">91</a> of file <a class="el" href="pop3__client_8h-source.html">pop3_client.h</a>.<p>Referenced by <a class="el" href="pop3__client_8c-source.html#l00148">pop3c_init()</a>. </td> </tr></table><a name="m5" doxytag="pop3c_struct::unacked"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> UINT8 pop3c_struct::unacked </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Do we have unacked data or not? <p>Definition at line <a class="el" href="pop3__client_8h-source.html#l00092">92</a> of file <a class="el" href="pop3__client_8h-source.html">pop3_client.h</a>.<p>Referenced by <a class="el" href="pop3__client_8c-source.html#l00148">pop3c_init()</a>. </td> </tr></table><a name="m6" doxytag="pop3c_struct::msgtotal"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> UINT16 pop3c_struct::msgtotal </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Number of messages in message box <p>Definition at line <a class="el" href="pop3__client_8h-source.html#l00093">93</a> of file <a class="el" href="pop3__client_8h-source.html">pop3_client.h</a>.<p>Referenced by <a class="el" href="pop3__client_8c-source.html#l00148">pop3c_init()</a>. </td> </tr></table><a name="m7" doxytag="pop3c_struct::curmsgindex"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> UINT16 pop3c_struct::curmsgindex </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Index of current message <p>Definition at line <a class="el" href="pop3__client_8h-source.html#l00094">94</a> of file <a class="el" href="pop3__client_8h-source.html">pop3_client.h</a>.<p>Referenced by <a class="el" href="pop3__client_8c-source.html#l00148">pop3c_init()</a>. </td> </tr></table><a name="m8" doxytag="pop3c_struct::curmsgtotlen"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> UINT32 pop3c_struct::curmsgtotlen </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Total length of current message <p>Definition at line <a class="el" href="pop3__client_8h-source.html#l00095">95</a> of file <a class="el" href="pop3__client_8h-source.html">pop3_client.h</a>.<p>Referenced by <a class="el" href="pop3__client_8c-source.html#l00148">pop3c_init()</a>. </td> </tr></table><a name="m9" doxytag="pop3c_struct::curmsghlen"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> UINT16 pop3c_struct::curmsghlen </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Header length of current message <p>Definition at line <a class="el" href="pop3__client_8h-source.html#l00096">96</a> of file <a class="el" href="pop3__client_8h-source.html">pop3_client.h</a>.<p>Referenced by <a class="el" href="pop3__client_8c-source.html#l00148">pop3c_init()</a>. </td> </tr></table><a name="m10" doxytag="pop3c_struct::headerbuf"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> UINT8 pop3c_struct::headerbuf[9] </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Used to parse from,to,subject <p>Definition at line <a class="el" href="pop3__client_8h-source.html#l00097">97</a> of file <a class="el" href="pop3__client_8h-source.html">pop3_client.h</a>.<p>Referenced by <a class="el" href="pop3__client_8c-source.html#l00148">pop3c_init()</a>. </td> </tr></table><a name="m11" doxytag="pop3c_struct::charsinheaderbuf"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> UINT8 pop3c_struct::charsinheaderbuf </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Number of valid chars in headerbuf <p>Definition at line <a class="el" href="pop3__client_8h-source.html#l00098">98</a> of file <a class="el" href="pop3__client_8h-source.html">pop3_client.h</a>.<p>Referenced by <a class="el" href="pop3__client_8c-source.html#l00148">pop3c_init()</a>. </td> </tr></table><a name="m12" doxytag="pop3c_struct::from"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> UINT8 pop3c_struct::from[POP3C_SENDERMAXLEN] </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Sender of E-mail <p>Definition at line <a class="el" href="pop3__client_8h-source.html#l00099">99</a> of file <a class="el" href="pop3__client_8h-source.html">pop3_client.h</a>.<p>Referenced by <a class="el" href="pop3__client_8c-source.html#l00148">pop3c_init()</a>. </td> </tr></table><a name="m13" doxytag="pop3c_struct::subject"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> UINT8 pop3c_struct::subject[POP3C_SUBJECTMAXLEN] </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Subject of E-mail <p>Definition at line <a class="el" href="pop3__client_8h-source.html#l00100">100</a> of file <a class="el" href="pop3__client_8h-source.html">pop3_client.h</a>.<p>Referenced by <a class="el" href="pop3__client_8c-source.html#l00148">pop3c_init()</a>. </td> </tr></table><hr>The documentation for this struct was generated from the following file:<ul><li>/opentcp/include/inet/pop3/<a class="el" href="pop3__client_8h-source.html">pop3_client.h</a></ul><hr><address style="align: right;"><small>Generated on Sun Aug 3 20:33:01 2003 for OpenTCP by<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border=0 width=110 height=53></a>1.2.18 </small></address></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -