LwIP 2.2.1在STM32F407VET6平台 移植
This commit is contained in:
17
ThirdParty/lwip-2.2.1/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/Status.cs
vendored
Normal file
17
ThirdParty/lwip-2.2.1/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/Status.cs
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Lextm.SharpSnmpLib.Mib
|
||||
{
|
||||
public enum Status
|
||||
{
|
||||
current,
|
||||
deprecated,
|
||||
obsolete,
|
||||
mandatory,
|
||||
optional
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user