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




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

Object Model

Counter64 Class

Syntax

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

Remarks

ASN.1 Counter64 Type. UInt64, Universal and Primitive.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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