Difference between revisions of "NXSL:SNMPSet"

No change in size ,  22:16, 6 May 2012
no edit summary
(Created page with "__NOTOC__ Assign a specific value to the given SNMP object for the node. The node and all SNMP communication details defined by SNMP transport. == Syntax == SNMPSet(''trans...")
 
Line 25: Line 25:
== Examples ==
== Examples ==
<syntaxhighlight lang="c">
<syntaxhighlight lang="c">
ret = SNMPSet(transport, oid, "192.169.1.1", "IPADDR");
ret = SNMPSet(transport, oid, "192.168.0.1", "IPADDR");
if (!ret)
if (!ret)
{
{
AutoPatrol
191

edits