Searched refs:_type (Results 1 – 5 of 5) sorted by relevance
18 private NumType _type; field in Lextm.SharpSnmpLib.Mib.DisplayHint26 _type = NumType.dec; in DisplayHint()34 _type = NumType.oct; in DisplayHint()38 _type = NumType.hex; in DisplayHint()42 _type = NumType.bin; in DisplayHint()46 _type = NumType.str; in DisplayHint()62 switch (_type) in Decode()
22 private Types _type; field in Lextm.SharpSnmpLib.Mib.Elements.Types.UnsignedType30 _type = t.Value; in UnsignedType()35 …current.Assert((_type != Types.Counter64), "Ranges are not supported for Counter64 type!"); // our… in UnsignedType()49 get { return _type; }
10 private string _type; field in Lextm.SharpSnmpLib.Mib.Elements.Types.SequenceOf15 _type = sym.NextNonEOLSymbol().ToString(); in SequenceOf()20 get { return _type; }
33 private Types _type; field in Lextm.SharpSnmpLib.Mib.Elements.Types.IntegerType49 _type = t.Value; in IntegerType()74 get { return _type; }
30 private string _type; field in Lextm.SharpSnmpLib.Mib.Elements.Types.TypeAssignment71 _type = typeSymbols.Join(" "); in TypeAssignment()120 get { return _type; }
Completed in 14 milliseconds