C# 클래스 SnmpSharpNet.Counter32

상속: UInteger32, System.ICloneable
파일 보기 프로젝트 열기: griffina/SnmpSharpNet 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

Clone() 공개 메소드

Duplicate current object
public Clone ( ) : Object
리턴 System.Object

Counter32() 공개 메소드

Constructor
public Counter32 ( ) : System
리턴 System

Counter32() 공개 메소드

Constructor
public Counter32 ( Counter32 second ) : System
second Counter32 Copy parameter
리턴 System

Counter32() 공개 메소드

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

Counter32() 공개 메소드

Constructor.
public Counter32 ( UInt32 val ) : System
val System.UInt32 UInt32 value
리턴 System

Counter32() 공개 메소드

Constructor
public Counter32 ( UInteger32 uint32 ) : System
uint32 UInteger32 UInteger32 value
리턴 System

Diff() 공개 정적인 메소드

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
리턴 System.UInt32