Difference between revisions of "NXSL:SNMPGet"

39 bytes added ,  16:13, 13 September 2022
m
Text replacement - "^" to "{{deprecated}}"
(Created page with "__NOTOC__ Get the object value from specific node with SNMP GET request. The node and all SNMP communication details defined by SNMP transport. == Syntax == SNMPGet(''trans...")
 
m (Text replacement - "^" to "{{deprecated}}")
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
{{deprecated}}__NOTOC__
Get the object value from specific node with SNMP GET request. The node and all SNMP communication details defined by SNMP transport.
Get the object value from specific node with SNMP GET request. The node and all SNMP communication details defined by SNMP transport.


'''Since:''' 1.2.1


== Syntax ==
== Syntax ==
Line 19: Line 20:
== Return Value ==
== Return Value ==


Object of class [[NXSL:SNMP_VarBind|SNMP_VarBind]] or null on failure.
Object of class [[NXSL:SNMP_VarBind|SNMP_VarBind]] or '''NULL''' on failure.


== Examples ==
== Examples ==