Difference between revisions of "NXSL:SNMP VarBind"

(Created page with "Represents an SNMP varbind concept in NetXMS. A varbind logically consists of an OID and a value. '''Class Name''' SNMP_VarBind '''Attributes''' {| class="wikitable" |- !...")
 
m (Text replacement - "^" to "{{deprecated}}")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Represents an SNMP varbind concept in NetXMS. A varbind logically consists of an OID and a value.
{{deprecated}}Represents an SNMP varbind concept in NetXMS. A varbind logically consists of an OID and a value.


'''Class Name'''
'''Class Name'''
Line 26: Line 26:
| valueAsMac || string || Object value as a MAC address
| valueAsMac || string || Object value as a MAC address
|}
|}
[[Category:NXSL Class Reference]]

Latest revision as of 16:13, 13 September 2022

This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide)

Represents an SNMP varbind concept in NetXMS. A varbind logically consists of an OID and a value.

Class Name

SNMP_VarBind


Attributes

Name Type Description
comments string Object's comments
type uint32 ASN.1 type
name string Object name (OID string)
value string Object value as a string
printableValue string Object value as a printable string
valueAsIp string Object value as an IP address
valueAsMac string Object value as a MAC address