Walk mode.
Namespace: Lextm.SharpSnmpLib.MessagingAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
SyntaxPublic Enumeration WalkMode
Dim instance As WalkMode
public enum class WalkMode
MembersMember name | Value | Description |
---|
Default | 0 |
Default mode walk to the end of MIB view.
|
WithinSubtree | 1 |
In this mode, walk within sub-tree.
|
See Also