Specifies the access level for a Protocol Information Base (PIB) object.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
SyntaxPublic Enumeration PibAccess
Dim instance As PibAccess
public enum class PibAccess
MembersMember name | Value | Description |
---|
Install | 0 |
The object can be installed.
|
Notify | 1 |
The object can be notified.
|
InstallNotify | 2 |
The object can be installed and notified.
|
ReportOnly | 3 |
The object is report-only.
|
NotAccessible | 4 |
The object is not accessible.
|
See Also