ASN.1 Gauge32 value class.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class Gauge32 : UInteger32
Public Class Gauge32 _
	Inherits UInteger32
public ref class Gauge32 : public UInteger32

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Gauge32()()()
Constructs the default counter object. The initial value is defined by the super class default constructor
Gauge32(Gauge32)
Constructs a new object with the same value as the passed object.
Gauge32(UInteger32)
Constructs a new object with the value constrained in the UInteger32 object.
Gauge32(String)
Constructor. Initialize class value with the unsigned integer 32-bit value encoded as string in the argument.
Clone()()()
Duplicate current object.
(Overrides UInteger32..::.Clone()()().)
CompareTo(UInteger32)
Compare implementation that will compare this class value with the value of another UInteger32 class.
(Inherited from UInteger32.)
CompareTo(UInt32)
Compare implementation that will compare this class value with argument UInt32 value.
(Inherited from UInteger32.)
decode(array<Byte>[]()[], Int32)
Used to decode the integer value from the ASN.1 buffer. The passed encoder is used to decode the ASN.1 information and the integer value is stored in the internal object.
(Inherited from UInteger32.)
encode(MutableByte)
Used to encode the integer value into an ASN.1 buffer. The passed encoder defines the method for encoding the data.
(Inherited from UInteger32.)
Equals(Object)
Compare class value against the object argument. Supported argument types are UInteger32 and Int32.
(Inherited from UInteger32.)
GetHashCode()()()
Returns hashed class value.
(Inherited from UInteger32.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Set(AsnType)
SET class value from another UInteger32 or Integer32 class cast as .
(Inherited from UInteger32.)
Set(String)
Parse an UInteger32 value from a string.
(Inherited from UInteger32.)
ToString()()()
Returns the string representation of the object.
(Inherited from UInteger32.)
Type
Return ASN.1 type of the object stored in this or derived class.
(Inherited from AsnType.)
Value
Value of the object. Returns 32 bit unsigned integer
(Inherited from UInteger32.)

Inheritance Hierarchy

System..::.Object
  SnmpSharpNet..::.AsnType
    SnmpSharpNet..::.UInteger32
      SnmpSharpNet..::.Gauge32

See Also