3 namespace Lextm.SharpSnmpLib.Mib.Elements.Entities
7 private readonly
IModule _module;
8 private string _parent;
9 private readonly uint _value;
10 private readonly
string _name;
15 _name = preAssignSymbols[0].ToString();
22 get {
return _module; }
27 get {
return _parent; }
28 set { _parent = value; }
33 get {
return _value; }
41 public virtual string Description
43 get {
return string.Empty; }
EntityBase(IModule module, SymbolList preAssignSymbols, ISymbolEnumerator symbols)
static void ParseOidValue(ISymbolEnumerator symbols, out string parent, out uint value)
Lexer class that parses MIB files into symbol list.
Basic interface for all elements building up the MIB tree, thus having an OID as value.