C# 클래스 SnmpSharpNet.Sequence

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

보호된 프로퍼티들

프로퍼티 타입 설명
_data byte[]

공개 메소드들

메소드 설명
Clone ( ) : object

Clone sequence

Sequence ( ) : System

Constructor

Sequence ( byte value ) : System

Constructor.

Set ( byte value ) : void

Set sequence data

decode ( byte buffer, int offset ) : int

Decode sequence from the byte array. Returned offset value is advanced by the size of the sequence header.

encode ( MutableByte buffer ) : void

BER encode sequence

메소드 상세

Clone() 공개 메소드

Clone sequence
public Clone ( ) : object
리턴 object

Sequence() 공개 메소드

Constructor
public Sequence ( ) : System
리턴 System

Sequence() 공개 메소드

Constructor.
public Sequence ( byte value ) : System
value byte Sequence data
리턴 System

Set() 공개 메소드

Set sequence data
public Set ( byte value ) : void
value byte Byte array containing BER encoded sequence data
리턴 void

decode() 공개 메소드

Decode sequence from the byte array. Returned offset value is advanced by the size of the sequence header.
public decode ( byte buffer, int offset ) : int
buffer byte Source data buffer
offset int Offset within the buffer to start parsing from
리턴 int

encode() 공개 메소드

BER encode sequence
public encode ( MutableByte buffer ) : void
buffer MutableByte Target buffer
리턴 void

프로퍼티 상세

_data 보호되어 있는 프로퍼티

data buffer
protected byte[] _data
리턴 byte[]