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




A tagged type representing an unsigned 32-bit integer that can increase or decrease in value, but does not wrap to 0 if the maximum value is exceeded.

Object Model

Gauge Class

Syntax

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

Remarks

ASN.1 Gauge32 Type. Int32, Application and Primitive.

Inheritance Hierarchy

System.Object
   Dart.Snmp.TaggedType
      Dart.Snmp.SimpleTaggedType
         Dart.Snmp.SimpleType.UInteger
            Dart.Snmp.SimpleType.Gauge

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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