The enum defines the acceptable snmp variable type.
| Member Name | Description | 
|---|---|
| Null | The Snmp variable type is NULL (5). | 
| INT | The Snmp Variable type is Integer (2). | 
| STRING | The Snmp Variable type is Octet String (4). | 
| OID | The Snmp Variable type is Object Identifier (6). | 
| IP | The Snmp Variable type is IP address (64). | 
| COUNTER32 | The Snmp Variable type is 32 bit Counter (65). | 
| GAUGE32 | The Snmp Variable type is 32 bit Gauge (66). | 
| TIMERTICKS | The Snmp Variable type is Time Tick (67). | 
| OPAQUE | The Snmp Variable type is Opaque (68). | 
| COUNTER64 | The Snmp Variable type is 64 bit Counter (70). | 
| UINT | The Snmp Variable type is Unsigned Integer (71). | 
Namespace: SnmpSource
Assembly: SnmpSource (in SnmpSource.dll)