LwIP 2.2.1在STM32F407VET6平台 移植
This commit is contained in:
17
ThirdParty/lwip-2.2.1/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/MaxAccess.cs
vendored
Normal file
17
ThirdParty/lwip-2.2.1/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/MaxAccess.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 MaxAccess
|
||||
{
|
||||
notAccessible,
|
||||
accessibleForNotify,
|
||||
readOnly,
|
||||
readWrite,
|
||||
readCreate
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user