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




A tagged type representing an unsigned 32-bit integer.

Object Model

UInteger Class

Syntax

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

Remarks

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

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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