<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to SessionHandle</title><link>https://sourceforge.net/p/snmppp/wiki/SessionHandle/</link><description>Recent changes to SessionHandle</description><atom:link href="https://sourceforge.net/p/snmppp/wiki/SessionHandle/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 24 Feb 2013 06:59:48 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/snmppp/wiki/SessionHandle/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage SessionHandle modified by Stéphane Charette</title><link>https://sourceforge.net/p/snmppp/wiki/SessionHandle/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -1,7 +1,7 @@
 SessionHandle
 =============

-net-snmp provides many API layers.  SNMP++ uses the "Single API" which makes net-snmp safer to use in multi-threaded applications.  This API requires a session handle which is defined in net-snmp as a `void *` pointer.
+net-snmp provides many API layers.  SNMPpp uses the "Single API" which makes net-snmp safer to use in multi-threaded applications.  This API requires a session handle which is defined in net-snmp as a `void *` pointer.

 SNMPpp::SessionHandle
 ---------------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stéphane Charette</dc:creator><pubDate>Sun, 24 Feb 2013 06:59:48 -0000</pubDate><guid>https://sourceforge.net26b847aca93e7831dad43a4730545eb8de81386b</guid></item><item><title>WikiPage SessionHandle modified by Stéphane Charette</title><link>https://sourceforge.net/p/snmppp/wiki/SessionHandle/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stéphane Charette</dc:creator><pubDate>Fri, 22 Feb 2013 21:15:26 -0000</pubDate><guid>https://sourceforge.net5299998907031b15feb0ce6531f9dc9923f79f22</guid></item><item><title>WikiPage SNMPpp::SessionHandle modified by Stéphane Charette</title><link>https://sourceforge.net/p/snmppp/wiki/SNMPpp%253A%253ASessionHandle/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -8,4 +8,4 @@

 To make it easier to pass around in C++, the vague `void *` session handle has been typedef to `SNMPpp::SessionHandle`.  You can use the typical net-snmp calls such as `snmp_sess_open()` and `snmp_sess_close()` to manage the session handle, or you can use the C++ friendly calls `SNMPpp::openSession()` and `SNMPpp::closeSession()`.

-Either way, remember to close the session once you are done talking to the SNMP server.
+Either way, remember to close the session once you are done talking to the SNMP server.  See `SNMPpp/net-snmppp.hpp` for details.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stéphane Charette</dc:creator><pubDate>Mon, 18 Feb 2013 07:52:51 -0000</pubDate><guid>https://sourceforge.netef643fc79b35c5e6315a821268ac2aae885aee7b</guid></item><item><title>WikiPage SNMPpp::SessionHandle modified by Stéphane Charette</title><link>https://sourceforge.net/p/snmppp/wiki/SNMPpp%253A%253ASessionHandle/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -6,6 +6,6 @@
 SNMPpp::SessionHandle
 ---------------------

-To make it easier to pass around in C++, the vague `void *` session handle has been typedef to SNMPpp::SessionHandle.  You can use the typical net-snmp calls such as `snmp_sess_open()` and `snmp_sess_close()` to manage the session handle, or you can use the C++ friendly calls `SNMPpp::openSession()` and `SNMPpp::closeSession()`.
+To make it easier to pass around in C++, the vague `void *` session handle has been typedef to `SNMPpp::SessionHandle`.  You can use the typical net-snmp calls such as `snmp_sess_open()` and `snmp_sess_close()` to manage the session handle, or you can use the C++ friendly calls `SNMPpp::openSession()` and `SNMPpp::closeSession()`.

 Either way, remember to close the session once you are done talking to the SNMP server.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stéphane Charette</dc:creator><pubDate>Mon, 18 Feb 2013 07:17:42 -0000</pubDate><guid>https://sourceforge.net3a00c6057f8098f26f24df9a84da25d1541fc8f8</guid></item><item><title>WikiPage SNMPpp::SessionHandle modified by Stéphane Charette</title><link>https://sourceforge.net/p/snmppp/wiki/SNMPpp%253A%253ASessionHandle/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -2,3 +2,10 @@
 =============

 net-snmp provides many API layers.  SNMP++ uses the "Single API" which makes net-snmp safer to use in multi-threaded applications.  This API requires a session handle which is defined in net-snmp as a `void *` pointer.
+
+SNMPpp::SessionHandle
+---------------------
+
+To make it easier to pass around in C++, the vague `void *` session handle has been typedef to SNMPpp::SessionHandle.  You can use the typical net-snmp calls such as `snmp_sess_open()` and `snmp_sess_close()` to manage the session handle, or you can use the C++ friendly calls `SNMPpp::openSession()` and `SNMPpp::closeSession()`.
+
+Either way, remember to close the session once you are done talking to the SNMP server.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stéphane Charette</dc:creator><pubDate>Mon, 18 Feb 2013 07:17:10 -0000</pubDate><guid>https://sourceforge.net7c4850ad14d5d52c0c4d0aec710ac8e7449fbfff</guid></item><item><title>WikiPage SNMPpp::SessionHandle modified by Stéphane Charette</title><link>https://sourceforge.net/p/snmppp/wiki/SNMPpp%253A%253ASessionHandle/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="sessionhandle"&gt;SessionHandle&lt;/h1&gt;
&lt;p&gt;net-snmp provides many API layers.  SNMP++ uses the "Single API" which makes net-snmp safer to use in multi-threaded applications.  This API requires a session handle which is defined in net-snmp as a &lt;code&gt;void *&lt;/code&gt; pointer.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stéphane Charette</dc:creator><pubDate>Mon, 18 Feb 2013 07:12:52 -0000</pubDate><guid>https://sourceforge.netb099ed37d723e423974697f38da681c88882e944</guid></item></channel></rss>