summaryrefslogtreecommitdiff
path: root/docs/source/docs/snmp-data-types.rst
blob: 63d2f1a85540efd2eb3108a846d2a626e6cca0a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

SNMP data types
===============

SNMP represents real-world objects it serves along with their
states in form of values. Those values each belong to one
of SNMP types (:RFC:`1902#section-2`) which, in turn, are based
on *ASN.1* data description language. PySNMP types are derived
from `Python ASN.1 types <http://pyasn1.sf.net>`_ implementation.

.. toctree::
   :maxdepth: 2

.. autoclass:: pysnmp.proto.rfc1902.Integer(initializer)
.. autoclass:: pysnmp.proto.rfc1902.Integer32(initializer)