Files
luban-lite/packages/third-party/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/MaxAccess.cs
刘可亮 564e22b32f v0.7.5
2023-08-28 09:48:01 +08:00

18 lines
274 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Lextm.SharpSnmpLib.Mib
{
public enum MaxAccess
{
notAccessible,
accessibleForNotify,
readOnly,
readWrite,
readCreate
}
}