summaryrefslogtreecommitdiff
path: root/pysnmp/entity/rfc3413/oneliner/sync/cmdgen.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysnmp/entity/rfc3413/oneliner/sync/cmdgen.py')
-rw-r--r--pysnmp/entity/rfc3413/oneliner/sync/cmdgen.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/pysnmp/entity/rfc3413/oneliner/sync/cmdgen.py b/pysnmp/entity/rfc3413/oneliner/sync/cmdgen.py
index 5c82718..c0f8af1 100644
--- a/pysnmp/entity/rfc3413/oneliner/sync/cmdgen.py
+++ b/pysnmp/entity/rfc3413/oneliner/sync/cmdgen.py
@@ -42,9 +42,9 @@ def getCmd(snmpEngine, authData, transportTarget, contextData,
errorIndication : str
True value indicates SNMP engine error.
errorStatus : str
- Non-zero value indicates SNMP PDU error.
+ True value indicates SNMP PDU error.
errorIndex : int
- Non-zero value refers to *varBinds[errorIndex-1]
+ Non-zero value refers to `varBinds[errorIndex-1]`
varBinds : tuple
A sequence of :py:class:`~pysnmp.smi.rfc1902.ObjectType` class
instances representing MIB variables returned in SNMP response.
@@ -152,9 +152,9 @@ def setCmd(snmpEngine, authData, transportTarget, contextData,
errorIndication : str
True value indicates SNMP engine error.
errorStatus : str
- Non-zero value indicates SNMP PDU error.
+ True value indicates SNMP PDU error.
errorIndex : int
- Non-zero value refers to *varBinds[errorIndex-1]
+ Non-zero value refers to `varBinds[errorIndex-1]`
varBinds : tuple
A sequence of :py:class:`~pysnmp.smi.rfc1902.ObjectType` class
instances representing MIB variables returned in SNMP response.
@@ -273,9 +273,9 @@ def nextCmd(snmpEngine, authData, transportTarget, contextData,
errorIndication : str
True value indicates SNMP engine error.
errorStatus : str
- Non-zero value indicates SNMP PDU error.
+ True value indicates SNMP PDU error.
errorIndex : int
- Non-zero value refers to *varBinds[errorIndex-1]
+ Non-zero value refers to `varBinds[errorIndex-1]`
varBinds : tuple
A sequence of :py:class:`~pysnmp.smi.rfc1902.ObjectType` class
instances representing MIB variables returned in SNMP response.
@@ -456,7 +456,7 @@ def bulkCmd(snmpEngine, authData, transportTarget, contextData,
errorIndication : str
True value indicates SNMP engine error.
errorStatus : str
- Non-zero value indicates SNMP PDU error.
+ True value indicates SNMP PDU error.
errorIndex : int
Non-zero value refers to *varBinds[errorIndex-1]
varBinds : tuple