Difference between revisions of "Script Example: Setting node geolocation from SNMP"

no edit summary
Line 1: Line 1:
Adjust the OIDs in ''SNMPGetValue'' as required.
Adjust the OIDs in ''SNMPGetValue'' as required.


<syntaxhighlight lang="c++">
<syntaxhighlight lang="c">
transport = CreateSNMPTransport($node);
transport = CreateSNMPTransport($node);
if (transport == null) {
if (transport == null) {
683

edits