Alpha API to VarBind objects

Alpha API implements the following API methods to the VarBind object.

apiAlphaGetOidVal()

Returns a tuple of (name, value) objects, where name is an ObjectName instance and value is any of simple rfc1155 / rfc1902 objects.

apiAlphaSetOidVal((name, value))

Stores name and/or value at the VarBind object, where name must be either an ObjectName instance or an ASN.1 Object Identifier value suitable for ObjectName initialization, and value is any simple rfc1155 / rfc1902 object. If Python "None" object is passed as name and/or value parameters, corresponding VarBind component would not be modified.


ilya@glas.net