The RFC1157VarBind structure represents an SNMP variable binding as defined in RFC 1157.
typedef struct vb {
    AsnObjectName   name;
    AsnObjectSyntax value;
} RFC1157VarBind;
Members
name
Indicates the variable's name as an object identifier.
value
Contains the variable's value.