SNMP type code. The values are tag values for SNMP types.
Namespace: Lextm.SharpSnmpLibAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
SyntaxPublic Enumeration SnmpType
Dim instance As SnmpType
public enum class SnmpType
MembersMember name | Value | Description |
---|
EndMarker | 0 |
End marker.
|
Integer32 | 2 |
INTEGER type. (SMIv1, SMIv2)
|
OctetString | 4 |
OCTET STRING type.
|
Null | 5 |
NULL type. (SMIv1)
|
ObjectIdentifier | 6 |
OBJECT IDENTIFIER type. (SMIv1)
|
Sequence | 48 |
RFC1213 sequence for whole SNMP packet beginning
|
IPAddress | 64 |
IpAddress type. (SMIv1)
|
Counter32 | 65 |
Counter32 type. (SMIv1, SMIv2)
|
Gauge32 | 66 |
Gauge32 type. (SMIv1, SMIv2)
|
TimeTicks | 67 |
TimeTicks type. (SMIv1)
|
Opaque | 68 |
Opaque type. (SMIv1)
|
NetAddress | 69 |
Network Address. (SMIv1)
|
Counter64 | 70 |
Counter64 type. (SMIv2)
|
Unsigned32 | 71 |
Unsigned32 type. (Use this code in RFC 1442)
|
NoSuchObject | 128 |
No such object exception.
|
NoSuchInstance | 129 |
No such instance exception.
|
EndOfMibView | 130 |
End of MIB view exception.
|
GetRequestPdu | 160 |
Get request PDU.
|
GetNextRequestPdu | 161 |
Get Next request PDU.
|
ResponsePdu | 162 |
Response PDU.
|
SetRequestPdu | 163 |
Set request PDU.
|
TrapV1Pdu | 164 |
Trap v1 PDU.
|
GetBulkRequestPdu | 165 |
Get Bulk PDU.
|
InformRequestPdu | 166 |
Inform PDU.
|
TrapV2Pdu | 167 |
Trap v2 PDU.
|
ReportPdu | 168 |
Report PDU. SNMP v3.
|
Unknown | 65,535 |
Defined by #SNMP for unknown type.
|
See Also