C# Класс SnmpSharpNet.Gauge32

Наследование: UInteger32, ICloneable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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