GXDN: Gurux Developer Network
SnmpType Enumeration
NamespacesGurux.SNMPSnmpType
Enumerates supported SNMP variable types.
Members
Member Description
PhysAdd
SNMP physical address data type. Integer value=0x8.
If not using .NET Framework, use constant GX_SNMP_TYPE_PHYS_ADDRESS.

DisplayString
Display string data type. Integer value=0x7.
If not using .NET Framework, use constant GX_SNMP_TYPE_DISPLAY_STRING.

NsapAddress
SNMP NSAP address data type. Integer value=0x45.
If not using .NET Framework, use constant GX_SNMP_TYPE_NSAP_ADDRESS.

BitString
SNMP BIT STRING data type. Integer value=0x3.
If not using .NET Framework, use constant GX_SNMP_TYPE_BIT_STRING.

SnmpIp
SNMP IP address data type. Integer value=0x40.
If not using .NET Framework, use constant GX_SNMP_TYPE_IP_ADDRESS.

TimeTicks
SNMP time ticks data type. Integer value=0x43.
If not using .NET Framework, use constant GX_SNMP_TYPE_TIMETICKS.

Counter64
SNMP 64 bit counter data type, available only in SNMPv2. Integer value=0x46.
If not using .NET Framework, use constant GX_SNMP_TYPE_COUNTER64.

Gauge
SNMP 32 bit gauge data type. Integer value=0x42.
If not using .NET Framework, use constant GX_SNMP_TYPE_GAUGE.

Identifier
SNMP object identifier data type. Integer value=0x6.
If not using .NET Framework, use constant GX_SNMP_TYPE_OBJECT_IDENTIFIER.

OctetString
SNMP octet string data type. Integer value=0x4.
If not using .NET Framework, use constant GX_SNMP_TYPE_OCTET_STRING.

UInt
SNMP unsigned 32 bit integer data type, available only in SNMPv2. Integer value=0x47.
If not using .NET Framework, use constant GX_SNMP_TYPE_UNSIGNED_INTEGER.

Int
SNMP integer data type. Integer value=0x2.
If not using .NET Framework, use constant GX_SNMP_TYPE_INTEGER.

Counter
SNMP 32 bit counter data type. Integer value=0x41.
If not using .NET Framework, use constant GX_SNMP_TYPE_COUNTER.

Opaque
SNMP opaque data type. Integer value=0x44.
If not using .NET Framework, use constant GX_SNMP_TYPE_OPAQUE.

Empty
Data type is not set. Integer value=0x0.
If not using .NET Framework, use constant GX_SNMP_TYPE_EMPTY.

Null
SNMP null data type. Integer value=0x5.
If not using .NET Framework, use constant GX_SNMP_TYPE_NULL.

Bits
SNMP BITS data type (the same as OCTETSTRING). Integer value=0x1.
If not using .NET Framework, use constant GX_SNMP_TYPE_BITS.

Remarks
If not using .NET Framework, enumeration is GX_SNMP_TYPE.

Assembly: Gurux.SNMP (Module: Gurux.SNMP) Version: 5.0.0.1