summaryrefslogtreecommitdiff
path: root/docs/source/docs/v3arch/snmp-engine.rst
diff options
context:
space:
mode:
authorelie <elie>2015-09-17 23:12:41 +0000
committerelie <elie>2015-09-17 23:12:41 +0000
commitb8f5951dd74f7857322854d1a633cb88d4b4ca07 (patch)
treeaefe7387bfcd13fda0afa728d0f4f28d57c5a63c /docs/source/docs/v3arch/snmp-engine.rst
parent16d7c73f177f81d3090bcb11e97c80c9315a72c3 (diff)
downloadpysnmp-b8f5951dd74f7857322854d1a633cb88d4b4ca07.tar.gz
text and examples rearranged
Diffstat (limited to 'docs/source/docs/v3arch/snmp-engine.rst')
-rw-r--r--docs/source/docs/v3arch/snmp-engine.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/source/docs/v3arch/snmp-engine.rst b/docs/source/docs/v3arch/snmp-engine.rst
new file mode 100644
index 0000000..8ec77ae
--- /dev/null
+++ b/docs/source/docs/v3arch/snmp-engine.rst
@@ -0,0 +1,13 @@
+
+SNMP Engine
+===========
+
+SNMP Engine is a central, stateful objects used by all SNMP v3
+substsems. Calls to oneliner Applications API also consume SNMP
+Engine object on input.
+
+.. toctree::
+ :maxdepth: 2
+
+.. autoclass:: pysnmp.entity.engine.SnmpEngine(snmpEngineID=None)
+