Home
last modified time | relevance | path

Searched refs:NumType (Results 1 – 1 of 1) sorted by relevance

/lib/lwip/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/
A DDisplayHint.cs9 private enum NumType { enum in Lextm.SharpSnmpLib.Mib.DisplayHint
18 private NumType _type;
26 _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()
64 case NumType.dec: in Decode()
73 case NumType.hex: in Decode()
75 case NumType.oct: in Decode()
[all …]

Completed in 12 milliseconds