Difference between revisions of "NXSL:SNMPSet"

34 bytes added ,  16:13, 13 September 2022
m
Text replacement - "^" to "{{deprecated}}"
(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...")
 
m (Text replacement - "^" to "{{deprecated}}")
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
{{deprecated}}__NOTOC__
Assign a specific value to the given SNMP object for the node. The node and all SNMP communication details defined by SNMP transport.  
Assign a specific value to the given SNMP object for the node. The node and all SNMP communication details defined by SNMP transport.  
'''Since:''' 1.2.1


== Syntax ==
== Syntax ==
Line 25: Line 27:
== 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)
{
{