Returned when end of MIB has been reached when performing GET-NEXT or GET-BULK operations.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)

Syntax

C#
[SerializableAttribute]
public class EndOfMibView : V2Error, 
	ICloneable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class EndOfMibView _
	Inherits V2Error _
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class EndOfMibView : public V2Error, 
	ICloneable

Inheritance Hierarchy

System..::.Object
  SnmpSharpNet..::.AsnType
    SnmpSharpNet..::.V2Error
      SnmpSharpNet..::.EndOfMibView

See Also