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




A tagged type representing an unsigned 32-bit integer that starts at 0, can only increase in value, and wraps back to 0 when it exceeds its maximum value.

Object Model

Counter Class

Syntax

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

Remarks

ASN.1 Counter32 Type. UInt32, Universal and Primitive.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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