12-10-2009 05:14 PM
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
12-10-2009 10:17 PM
12-10-2009 11:52 PM
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
12-11-2009 09:12 AM
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? 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.