Difference between revisions of "NXSL:SNMP VarBind"
Jump to navigation
Jump to search
Lukas Rypl (talk | contribs) m (Added category) |
m (Text replacement - "^" to "{{deprecated}}") |
||
| 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''' | ||
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 |