Class: PacketGen::Header::SNMP::VarBind
- Inherits:
-
RASN1::Model
- Object
- RASN1::Model
- PacketGen::Header::SNMP::VarBind
- Defined in:
- lib/packetgen/header/snmp.rb
Overview
Class to handle SNMP VarBind
VarBind ::= SEQUENCE {
name OBJECT IDENTIFIER,
value ANY -- depends on name
}
This class associates a :name
(type RASN1::Types::ObjectId
) to a :value
(any RASN1 type).