C# Class SnmpSharpNet.Counter32

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

Méthodes publiques

Méthode Description
Clone ( ) : Object

Duplicate current object

Counter32 ( ) : System

Constructor

Counter32 ( Counter32 second ) : System

Constructor

Counter32 ( System val ) : System

Constructor

Counter32 ( UInt32 val ) : System

Constructor.

Counter32 ( UInteger32 uint32 ) : System

Constructor

Diff ( Counter32 first, Counter32 second ) : UInt32

Return difference between two Counter32 values taking counter roll-over into account.

Method Details

Clone() public méthode

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

Counter32() public méthode

Constructor
public Counter32 ( ) : System
Résultat System

Counter32() public méthode

Constructor
public Counter32 ( Counter32 second ) : System
second Counter32 Copy parameter
Résultat System

Counter32() public méthode

Constructor
public Counter32 ( System val ) : System
val System Unsigned integer encoded in a string.
Résultat System

Counter32() public méthode

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

Counter32() public méthode

Constructor
public Counter32 ( UInteger32 uint32 ) : System
uint32 UInteger32 UInteger32 value
Résultat System

Diff() public static méthode

Return difference between two Counter32 values taking counter roll-over into account.
public static Diff ( Counter32 first, Counter32 second ) : UInt32
first Counter32 First or older value
second Counter32 Second or newer value
Résultat System.UInt32