01-15-2021 08:56 AM
Does anyone out there have the source code for SNMP_FP.fp? I have the fp, dll and lib files, but not the source code. There are issues with SNMP_NewSession() and I need to see the underlying code.
This stuff is pretty old. I've been using it on a project with pretty good success, except that SNMP_NewSession() returns success even if there is no device at the specified IP address. Makes it difficult to properly initialize the SNMP device. Also, the dll appears to never go away, particularly during Quit, thus my CVI app never quits until it is forced to quit.
01-15-2021 09:16 AM
More Information:
This is the top of the .h file:
/*======================================================================
* Original Author: Matt Kropp, March 2001
*
* All files and code in this projected are
* subject to the GNU General Public License.
* A copy of this license may be found here:
* http://www.gnu.org/licenses/gpl.html
*
*
========================================================================
Module: SNMP Function Panel Header file
Description:
Contains declarations and definitions exported by the SNMP FP
========================================================================*/