C# Class SnmpSharpNet.NoSuchInstance

Inheritance: V2Error, ICloneable
Afficher le fichier Open project: griffina/SnmpSharpNet Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : Object

Returns a duplicate object of self.

NoSuchInstance ( ) : System

Constructor.

NoSuchInstance ( NoSuchInstance second ) : System

Constructor.

ToString ( ) : System.String

Returns the string representation of the object.

decode ( byte buffer, int offset ) : int

Decode BER encoded no-such-instance SNMP version 2 MIB value

encode ( MutableByte buffer ) : void

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

Method Details

Clone() public méthode

Returns a duplicate object of self.
public Clone ( ) : Object
Résultat System.Object

NoSuchInstance() public méthode

Constructor.
public NoSuchInstance ( ) : System
Résultat System

NoSuchInstance() public méthode

Constructor.
public NoSuchInstance ( NoSuchInstance second ) : System
second NoSuchInstance The object to copy into self.
Résultat System

ToString() public méthode

Returns the string representation of the object.
public ToString ( ) : System.String
Résultat System.String

decode() public méthode

Decode BER encoded no-such-instance SNMP version 2 MIB value
Invalid ASN.1 type found when parsing value header Invalid data length in ASN.1 header. Only data length 0 is accepted.
public decode ( byte buffer, int offset ) : int
buffer byte The BER encoded buffer
offset int The offset of the first byte of encoded data
Résultat int

encode() public méthode

ASN.1 encode no-such-instance SNMP version 2 MIB value
public encode ( MutableByte buffer ) : void
buffer MutableByte MutableByte reference to append encoded variable to
Résultat void