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" |- !...") |
Lukas Rypl (talk | contribs) m (Added category) |
||
| Line 26: | Line 26: | ||
| valueAsMac || string || Object value as a MAC address | | valueAsMac || string || Object value as a MAC address | ||
|} | |} | ||
[[Category:NXSL Class Reference]] | |||
Revision as of 06:43, 28 January 2013
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 |