Files
stm32f407ve_black/ThirdParty/lwip-2.2.1/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/MaxAccess.cs
2026-01-29 17:26:04 +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
}
}