Click or drag to resize

PibAccess Enumeration

Specifies the access level for a Protocol Information Base (PIB) object.

Namespace: Lextm.SharpSnmpPro.Mib
Assembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntax
public enum PibAccess
Members
Member nameValueDescription
Install0 The object can be installed.
Notify1 The object can be notified.
InstallNotify2 The object can be installed and notified.
ReportOnly3 The object is report-only.
NotAccessible4 The object is not accessible.
See Also