C# Класс SnmpSharpNet.NoSuchObject

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

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

Метод Описание
Clone ( ) : Object

Returns a duplicate object of self.

NoSuchObject ( ) : System

Constructor.

NoSuchObject ( NoSuchObject second ) : System

Constructor

ToString ( ) : System.String

Returns the string representation of the object.

decode ( byte buffer, int offset ) : int

Decode ASN.1 encoded no-such-object SNMP version 2 MIB value

encode ( MutableByte buffer ) : void

ASN.1 encode no-such-object SNMP version 2 MIB value

Описание методов

Clone() публичный Метод

Returns a duplicate object of self.
public Clone ( ) : Object
Результат Object

NoSuchObject() публичный Метод

Constructor.
public NoSuchObject ( ) : System
Результат System

NoSuchObject() публичный Метод

Constructor
public NoSuchObject ( NoSuchObject second ) : System
second NoSuchObject /// Source for data to initialize this instance with. /// /// Irrelevant for this type since no data is stored in the class. ///
Результат System

ToString() публичный Метод

Returns the string representation of the object.
public ToString ( ) : System.String
Результат System.String

decode() публичный Метод

Decode ASN.1 encoded no-such-object SNMP version 2 MIB value
public decode ( byte buffer, int offset ) : int
buffer byte The encoded buffer
offset int The offset of the first byte of encoded data
Результат int

encode() публичный Метод

ASN.1 encode no-such-object SNMP version 2 MIB value
public encode ( MutableByte buffer ) : void
buffer MutableByte MutableByte reference to append encoded variable to
Результат void