📄 cradiusclientdata_8h-source.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>ace-radius: RADIUS/CRadiusClientData.h Source File</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.3.7-20040704 --><div class="qindex"><a class="qindex" href="main.html">Main Page</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Class Members</a></div><h1>RADIUS/CRadiusClientData.h</h1><pre class="fragment"><div>00001 <span class="comment">/*</span>00002 <span class="comment"> * This source file is part of the ace-radius library. This code was</span>00003 <span class="comment"> * written by Alex Agranov in 2004, and is covered by the BSD open source</span>00004 <span class="comment"> * license. Refer to the accompanying documentation for details on usage and</span>00005 <span class="comment"> * license.</span>00006 <span class="comment"> */</span>00007 00008 <span class="preprocessor">#ifndef _CRADIUSCLIENTDATA_H__</span>00009 <span class="preprocessor"></span><span class="preprocessor">#define _CRADIUSCLIENTDATA_H__</span>00010 <span class="preprocessor"></span>00011 <span class="preprocessor">#include "CTimer.h"</span>00012 00013 <span class="keyword">class </span><a class="code" href="classCRadiusPacket.html">CRadiusPacket</a>;00014 <span class="keyword">class </span><a class="code" href="classCRadiusClientConnection.html">CRadiusClientConnection</a>;00015 <a name="l00024"></a><a class="code" href="classCRadiusClientData.html">00024</a> <span class="keyword">class </span><a class="code" href="classCRadiusClientData.html">CRadiusClientData</a>00025 {00026 <span class="keyword">public</span>:00027 00029 00033 <a class="code" href="classCRadiusClientData.html#a0">CRadiusClientData</a>(<a class="code" href="classCRadiusPacket.html">CRadiusPacket</a> * p_packet, <a class="code" href="classCRadiusClientConnection.html">CRadiusClientConnection</a> * p_connection);00034 00036 00040 <span class="keywordtype">int</span> <a class="code" href="classCRadiusClientData.html#a1">changeConnection</a>(<a class="code" href="classCRadiusClientConnection.html">CRadiusClientConnection</a> * p_connection);00041 00043 <a class="code" href="classCRadiusPacket.html">CRadiusPacket</a> * <a class="code" href="classCRadiusClientData.html#a2">getPacket</a>(<span class="keywordtype">void</span>);00044 00046 <a class="code" href="classCRadiusClientConnection.html">CRadiusClientConnection</a> * <a class="code" href="classCRadiusClientData.html#a3">getConnection</a>(<span class="keywordtype">void</span>);00047 <a name="l00049"></a><a class="code" href="classCRadiusClientData.html#o0">00049</a> <a class="code" href="classCTimer.html">CTimer</a> <a class="code" href="classCRadiusClientData.html#o0">m_retransmitTimer</a>;00050 <a name="l00052"></a><a class="code" href="classCRadiusClientData.html#o1">00052</a> <span class="keywordtype">int</span> <a class="code" href="classCRadiusClientData.html#o1">m_retransmitCount</a>;00053 <a name="l00055"></a><a class="code" href="classCRadiusClientData.html#o2">00055</a> <span class="keywordtype">int</span> <a class="code" href="classCRadiusClientData.html#o2">m_waitBeforeTransmit</a>;00056 00057 <span class="keyword">private</span>:00058 <a name="l00060"></a><a class="code" href="classCRadiusClientData.html#r0">00060</a> <a class="code" href="classCRadiusPacket.html">CRadiusPacket</a> * <a class="code" href="classCRadiusClientData.html#r0">m_packet</a>;00061 <a name="l00063"></a><a class="code" href="classCRadiusClientData.html#r1">00063</a> <a class="code" href="classCRadiusClientConnection.html">CRadiusClientConnection</a> * <a class="code" href="classCRadiusClientData.html#r1">m_connection</a>;00064 <a name="l00066"></a><a class="code" href="classCRadiusClientData.html#r2">00066</a> <a class="code" href="classCRadiusClientConnection.html">CRadiusClientConnection</a> * <a class="code" href="classCRadiusClientData.html#r2">m_firstConnection</a>;00067 };00068 00069 <span class="preprocessor">#endif // _CRADIUSCLIENTDATA_H__</span></div></pre><hr size="1"><address style="align: right;"><small>Generated on Sun Oct 30 11:00:57 2005 for ace-radius by<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7-20040704 </small></address></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -