STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Status.cs
Go to the documentation of this file.
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5 
6 namespace Lextm.SharpSnmpLib.Mib
7 {
8  public enum Status
9  {
10  current,
11  deprecated,
12  obsolete,
13  mandatory,
14  optional
15  }
16 
17 }