C# 클래스 SnmpSharpNet.Gauge32

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

공개 메소드들

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

메소드 상세

Clone() 공개 메소드

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

Gauge32() 공개 메소드

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

Gauge32() 공개 메소드

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

Gauge32() 공개 메소드

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 ///
리턴 System

Gauge32() 공개 메소드

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

Gauge32() 공개 메소드

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