Prev Next

RFC1157VarBind info  Overview  Group

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 1155 and RFC 1157.