summaryrefslogtreecommitdiff
path: root/docs/source/docs/api-reference.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/docs/api-reference.rst')
-rw-r--r--docs/source/docs/api-reference.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/source/docs/api-reference.rst b/docs/source/docs/api-reference.rst
index d867db46..bc6f5693 100644
--- a/docs/source/docs/api-reference.rst
+++ b/docs/source/docs/api-reference.rst
@@ -340,6 +340,20 @@ data description language. PySNMP types are derived from
.. toctree::
:maxdepth: 2
+.. _null:
+
+Null type
++++++++++
+
+.. autoclass:: pysnmp.proto.rfc1902.Null(initializer)
+ :members:
+
+.. note::
+
+ The `NULL` type actually belongs to the base ASN.1 types. It is not defined
+ in :RFC:`1902#section-2` as an SNMP type. The `Null` type is exposed through
+ `rfc1902` module just for convenience.
+
.. _integer32:
Integer32 type