summaryrefslogtreecommitdiff
path: root/pysnmp/entity/rfc3413/oneliner/cmdgen.py
diff options
context:
space:
mode:
authorelie <elie>2015-09-17 23:16:45 +0000
committerelie <elie>2015-09-17 23:16:45 +0000
commit73be9eb5e4d92d0b92fd3cb015fc8a9318a84bb7 (patch)
treee9d24cb3be81383d11d853099a6fea17be048d1a /pysnmp/entity/rfc3413/oneliner/cmdgen.py
parent0400adc3bac5391e196ec290d8fbf7a07adf7ce3 (diff)
downloadpysnmp-73be9eb5e4d92d0b92fd3cb015fc8a9318a84bb7.tar.gz
asynchronous notification originator documented + fixes here and there
Diffstat (limited to 'pysnmp/entity/rfc3413/oneliner/cmdgen.py')
-rw-r--r--pysnmp/entity/rfc3413/oneliner/cmdgen.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/pysnmp/entity/rfc3413/oneliner/cmdgen.py b/pysnmp/entity/rfc3413/oneliner/cmdgen.py
index 31a4e45..b950e97 100644
--- a/pysnmp/entity/rfc3413/oneliner/cmdgen.py
+++ b/pysnmp/entity/rfc3413/oneliner/cmdgen.py
@@ -28,10 +28,11 @@ class AsyncCommandGenerator:
Datastore (:RFC:`2271#section-3.4.2`) management. Typically,
users instantiate `AsyncCommandGenerator` and call its
commmand-specific methods passing them canned Security,
- Transport and SNMP Context parameters along with MIB variables
- to deal with. `AsyncCommandGenerator` will manage LCD by
- applying user-supplied configuratoin parameters and running
- requested operation.
+ Transport and SNMP Context parameters along with
+ :py:class:`~pysnmp.smi.rfc1902.ObjectType` object carrying
+ MIB variables to include with SNMP request. `AsyncCommandGenerator`
+ will manage LCD by applying user-supplied configuratoin parameters
+ and running requested operation.
See :RFC:`3413#section-3.1` for more information on SNMP
Command Generator purpose, design and supported operations.