summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-10-26 08:44:06 +0200
committerIlya Etingof <etingof@gmail.com>2018-10-26 08:45:56 +0200
commit9ebd0c0fab207c02f2046a1d221f147aa69c6c26 (patch)
treeecec919e8d09c6f68b57116300cfb353c8985346 /docs
parent4aac8b23d50012979730557786b2962b185bd9c3 (diff)
downloadpysnmp-git-9ebd0c0fab207c02f2046a1d221f147aa69c6c26.tar.gz
Expose ASN.1 `Null` type through `rfc1902` module
Diffstat (limited to 'docs')
-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 2d0d9d42..1ede28ce 100644
--- a/docs/source/docs/api-reference.rst
+++ b/docs/source/docs/api-reference.rst
@@ -441,6 +441,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