C# 클래스 SnmpSharpNet.EndOfMibView

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

공개 메소드들

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

메소드 상세

Clone() 공개 메소드

Returns a duplicate object of self.
public Clone ( ) : Object
리턴 Object

EndOfMibView() 공개 메소드

The default class construtor.
public EndOfMibView ( ) : System
리턴 System

EndOfMibView() 공개 메소드

The class copy constructor.
public EndOfMibView ( EndOfMibView second ) : System
second EndOfMibView The object to copy into self. ///
리턴 System

ToString() 공개 메소드

Returns the string representation of the object.
public ToString ( ) : String
리턴 String

decode() 공개 메소드

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
리턴 int

encode() 공개 메소드

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
리턴 void