AutoPatrol
191
edits
(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. | ret = SNMPSet(transport, oid, "192.168.0.1", "IPADDR"); | ||
if (!ret) | if (!ret) | ||
{ | { |