RFC1157VarBind 

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.

 

For more information, see RFC 11551ZW8PCN and RFC 11571ZW8PCN.