C# 클래스 Brunet.Symphony.AHHeader

상속: ICopyable
파일 보기 프로젝트 열기: pstjuste/brunet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Hops short
LENGTH int
Opts ushort
Ttl short

보호된 프로퍼티들

프로퍼티 타입 설명
_data Brunet.Util.MemBlock
_dest Address
_src Address

공개 메소드들

메소드 설명
AHHeader ( MemBlock mb ) : System
AHHeader ( short hops, short ttl, Address source, Address dest, ushort options ) : System
CopyTo ( byte dest, int off ) : int
Equals ( object o ) : bool
GetHashCode ( ) : int
IncrementHops ( ) : AHHeader

보호된 메소드들

메소드 설명
AHHeader ( short hops, AHHeader head ) : System

메소드 상세

AHHeader() 공개 메소드

public AHHeader ( MemBlock mb ) : System
mb Brunet.Util.MemBlock
리턴 System

AHHeader() 보호된 메소드

protected AHHeader ( short hops, AHHeader head ) : System
hops short
head AHHeader
리턴 System

AHHeader() 공개 메소드

public AHHeader ( short hops, short ttl, Address source, Address dest, ushort options ) : System
hops short
ttl short
source Address
dest Address
options ushort
리턴 System

CopyTo() 공개 메소드

public CopyTo ( byte dest, int off ) : int
dest byte
off int
리턴 int

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IncrementHops() 공개 메소드

public IncrementHops ( ) : AHHeader
리턴 AHHeader

프로퍼티 상세

Hops 공개적으로 프로퍼티

public short Hops
리턴 short

LENGTH 공개적으로 정적으로 프로퍼티

public static int LENGTH
리턴 int

Opts 공개적으로 프로퍼티

public ushort Opts
리턴 ushort

Ttl 공개적으로 프로퍼티

public short Ttl
리턴 short

_data 보호되어 있는 프로퍼티

protected MemBlock,Brunet.Util _data
리턴 Brunet.Util.MemBlock

_dest 보호되어 있는 프로퍼티

protected Address _dest
리턴 Address

_src 보호되어 있는 프로퍼티

protected Address _src
리턴 Address