C# Class SnmpSharpNet.Gauge32

Inheritance: UInteger32, ICloneable
Afficher le fichier Open project: griffina/SnmpSharpNet Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : Object

Duplicate current object.

Gauge32 ( ) : System

Constructs the default counter object. The initial value is defined by the super class default constructor

Gauge32 ( Gauge32 second ) : System

Constructs a new object with the same value as the passed object.

Gauge32 ( System val ) : System

Constructor. Initialize class value with the unsigned integer 32-bit value encoded as string in the argument.

Gauge32 ( UInt32 val ) : System

Constructor

Gauge32 ( UInteger32 uint32 ) : System

Constructs a new object with the value constrained in the UInteger32 object.

Method Details

Clone() public méthode

Duplicate current object.
public Clone ( ) : Object
Résultat System.Object

Gauge32() public méthode

Constructs the default counter object. The initial value is defined by the super class default constructor
public Gauge32 ( ) : System
Résultat System

Gauge32() public méthode

Constructs a new object with the same value as the passed object.
public Gauge32 ( Gauge32 second ) : System
second Gauge32 The object to recover values from. ///
Résultat System

Gauge32() public méthode

Constructor. Initialize class value with the unsigned integer 32-bit value encoded as string in the argument.
public Gauge32 ( System val ) : System
val System 32-bit unsigned integer encoded as a string ///
Résultat System

Gauge32() public méthode

Constructor
public Gauge32 ( UInt32 val ) : System
val System.UInt32 Initializing value
Résultat System

Gauge32() public méthode

Constructs a new object with the value constrained in the UInteger32 object.
public Gauge32 ( UInteger32 uint32 ) : System
uint32 UInteger32 The UInteger32 object to copy. ///
Résultat System