LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Dot-Net WinSNMP & Labview

Has anyone used the .net SNMP to integrate with Labview. Seems like it should be possible from the .net constructor, and finding the MS reference: http://msdn.microsoft.com/en-us/library/aa377993%28VS.85%29.aspx

 

I was hoping someone might some samples.

 

Thx

-Ted

0 Kudos
Message 1 of 4
(2,937 Views)
Those aren't .NET functions. They're standard "old" Windows API functions. In other words, a DLL. This page has links to .NET libraries that implement SNMP.
0 Kudos
Message 2 of 4
(2,929 Views)

Hi -- I looked at the link, and couldn't find the .net link, but more importantly: is the DLL documented anywhere? That's easier to interface to anyways.

Thx

-Ted

0 Kudos
Message 3 of 4
(2,920 Views)

What .net link were you looking for? On the very first Answers post that's given on that page are 6 links that talk about how to use SNMP with .NET. Several of them are libraries, such as this one.

 


tpascaru wrote:

 is the DLL documented anywhere?


Which DLL are you referring to? The link you provided is the introduction page for the SNMP API in Windows. On the left sidebar is the table of contents which leads you to the reference, which lists all the functions.

 


That's easier to interface to anyways.

Oh, I wouldn't say that at all. Haven't dealt too much with DLLs in LabVIEW, have you? Smiley Wink Calling DLLs is no picnic in LabVIEW, as a search on this forum will attest to. Using a .NET or ActiveX interface is WAY easier.

 

 

0 Kudos
Message 4 of 4
(2,909 Views)