C# Class SnmpSharpNet.EndOfMibView

Inheritance: V2Error, System.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.

EndOfMibView ( ) : System

The default class construtor.

EndOfMibView ( EndOfMibView second ) : System

The class copy constructor.

ToString ( ) : String

Returns the string representation of the object.

decode ( byte buffer, int offset ) : int

Decode ASN.1 encoded end-of-mib-view SNMP version 2 MIB value

encode ( MutableByte buffer ) : void

ASN.1 encode end-of-mib-view SNMP version 2 MIB value

Method Details

Clone() public méthode

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

EndOfMibView() public méthode

The default class construtor.
public EndOfMibView ( ) : System
Résultat System

EndOfMibView() public méthode

The class copy constructor.
public EndOfMibView ( EndOfMibView second ) : System
second EndOfMibView The object to copy into self. ///
Résultat System

ToString() public méthode

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

decode() public méthode

Decode ASN.1 encoded end-of-mib-view 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
Résultat int

encode() public méthode

ASN.1 encode end-of-mib-view SNMP version 2 MIB value
public encode ( MutableByte buffer ) : void
buffer MutableByte MutableByte to append encoded variable to
Résultat void