puresnmp.varbind module¶
- class puresnmp.varbind.PyVarBind(oid: str = '', value: Any | None = None)¶
Bases:
NamedTupleA “PyVarBind” is a 2-tuple containing an object-identifier and the corresponding value using native Python data-types
- class puresnmp.varbind.VarBind(oid: ObjectIdentifier = ObjectIdentifier(''), value: X690Type[Any] = Null())¶
Bases:
NamedTupleA “VarBind” is a 2-tuple containing an object-identifier and the corresponding value.
- oid: ObjectIdentifier¶
Alias for field number 0