PowerSNMP for .NET
Counter Class
Members 




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 ClassDecodingException Class
Syntax
<SerializableAttribute()>
Public Class Counter 
   Inherits UIntegerBase
Dim instance As Counter
[Serializable()]
public class Counter : UIntegerBase 
[Serializable()]
public __gc class Counter : public UIntegerBase 
[Serializable()]
public ref class Counter : public UIntegerBase 
Remarks

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

Inheritance Hierarchy

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

See Also

Reference

Counter Members
Dart.Snmp.SimpleType Namespace


PowerSNMP for .NET Documentation Version 8.0
© 2024 Dart Communications. All Rights Reserved.
Send comments on this topic