C# Class SnmpSharpNet.Counter32

Inheritance: UInteger32, System.ICloneable
显示文件 Open project: griffina/SnmpSharpNet Class Usage Examples

Public Methods

Method 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 method

Duplicate current object
public Clone ( ) : Object
return System.Object

Counter32() public method

Constructor
public Counter32 ( ) : System
return System

Counter32() public method

Constructor
public Counter32 ( Counter32 second ) : System
second Counter32 Copy parameter
return System

Counter32() public method

Constructor
public Counter32 ( System val ) : System
val System Unsigned integer encoded in a string.
return System

Counter32() public method

Constructor.
public Counter32 ( UInt32 val ) : System
val System.UInt32 UInt32 value
return System

Counter32() public method

Constructor
public Counter32 ( UInteger32 uint32 ) : System
uint32 UInteger32 UInteger32 value
return System

Diff() public static method

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
return System.UInt32