Difference between revisions of "NXSL:SNMP VarBind"
Jump to navigation
Jump to search
(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" |- !...") |
(No difference)
|
Revision as of 22:06, 4 May 2012
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 |