AutoPatrol, Bureaucrats, Administrators
481
edits
(Created page with "__NOTOC__ Get an array of the object values from specific node with SNMP WALK request. The node and all SNMP communication details defined by SNMP transport. == Syntax == S...") |
m (Text replacement - "^" to "{{deprecated}}") |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | {{deprecated}}__NOTOC__ | ||
Get an array of the object values from specific node with SNMP WALK request. The node and all SNMP communication details defined by SNMP transport. | Get an array of the object values from specific node with SNMP WALK request. The node and all SNMP communication details defined by SNMP transport. | ||
'''Since:''' 1.2.1 | |||
== Syntax == | == Syntax == | ||
Line 17: | Line 19: | ||
== Return Value == | == Return Value == | ||
Array of SNMP_VarBind objects or | Array of SNMP_VarBind objects or '''NULL''' on failure. | ||
== Examples == | == Examples == |