C# 클래스 SnmpSharpNet.Null

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

공개 메소드들

메소드 설명
Clone ( ) : Object

Clone current object

Null ( ) : System

Constructor

Null ( Null second ) : System

Constructor

ToString ( ) : System.String

Returns a string representation of the SNMP NULL object

decode ( byte buffer, int offset ) : int

Decode null value from BER encoded buffer.

encode ( MutableByte buffer ) : void

ASN.1 encode Null value

메소드 상세

Clone() 공개 메소드

Clone current object
public Clone ( ) : Object
리턴 Object

Null() 공개 메소드

Constructor
public Null ( ) : System
리턴 System

Null() 공개 메소드

Constructor
public Null ( Null second ) : System
second Null Irrelevant. Nothing to copy
리턴 System

ToString() 공개 메소드

Returns a string representation of the SNMP NULL object
public ToString ( ) : System.String
리턴 System.String

decode() 공개 메소드

Decode null value from BER encoded buffer.
Thrown when parsed ASN.1 type is not null Thrown when length of null value is greater then 0 bytes
public decode ( byte buffer, int offset ) : int
buffer byte BER encoded buffer
offset int Offset within the buffer from where to start decoding. On return, /// this argument contains the offset immediately following the decoded value. ///
리턴 int

encode() 공개 메소드

ASN.1 encode Null value
public encode ( MutableByte buffer ) : void
buffer MutableByte class to the end of which encoded data is appended ///
리턴 void