PowerSNMP for .NET CF
EndOfMibView Class
Members  See Also  Send comments on this topic.
Dart.Snmp.SimpleType Namespace : EndOfMibView Class




A tagged type representing the fact that end of the MIB has been reached.

Object Model

EndOfMibView Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class EndOfMibView 
   Inherits Dart.Snmp.SimpleTaggedType
Visual Basic (Usage)Copy Code
Dim instance As EndOfMibView
C# 
public sealed class EndOfMibView : Dart.Snmp.SimpleTaggedType 
Managed Extensions for C++ 
public __gc __sealed class EndOfMibView : public Dart.Snmp.SimpleTaggedType 
C++/CLI 
public ref class EndOfMibView sealed : public Dart.Snmp.SimpleTaggedType 

Remarks

ASN.1 EndOfMibView Type. No value...reports the end of the mib, ContextSpecific and Primitive. The EndOfMibView value is returned only in Version 2 or greater messages in response to a GetNext or GetBulk request when there is no lexicographical successor to the provided variable ID.

Inheritance Hierarchy

System.Object
   Dart.Snmp.TaggedType
      Dart.Snmp.SimpleTaggedType
         Dart.Snmp.SimpleType.EndOfMibView

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.