summaryrefslogtreecommitdiff
path: root/docs/source/docs/snmp-data-types.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/docs/snmp-data-types.rst')
-rw-r--r--docs/source/docs/snmp-data-types.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/source/docs/snmp-data-types.rst b/docs/source/docs/snmp-data-types.rst
new file mode 100644
index 0000000..63d2f1a
--- /dev/null
+++ b/docs/source/docs/snmp-data-types.rst
@@ -0,0 +1,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)
+