C# 클래스 Brunet.Transport.TcpEdgeListener.ReceiveState

파일 보기 프로젝트 열기: pstjuste/brunet

공개 프로퍼티들

프로퍼티 타입 설명
Buffer byte[]
CurrentOffset int
Edge TcpEdge
Length int
Offset int
ReadingSize bool
RemainingLength int

보호된 프로퍼티들

프로퍼티 타입 설명
_ba BufferAllocator
_s Socket

공개 메소드들

메소드 설명
Receive ( ) : bool
ReceiveState ( TcpEdge e, BufferAllocator ba ) : System

보호된 메소드들

메소드 설명
Reset ( byte buf, int off, int length, bool readingsize ) : void

메소드 상세

Receive() 공개 메소드

public Receive ( ) : bool
리턴 bool

ReceiveState() 공개 메소드

public ReceiveState ( TcpEdge e, BufferAllocator ba ) : System
e TcpEdge
ba BufferAllocator
리턴 System

Reset() 보호된 메소드

protected Reset ( byte buf, int off, int length, bool readingsize ) : void
buf byte
off int
length int
readingsize bool
리턴 void

프로퍼티 상세

Buffer 공개적으로 프로퍼티

public byte[] Buffer
리턴 byte[]

CurrentOffset 공개적으로 프로퍼티

public int CurrentOffset
리턴 int

Edge 공개적으로 프로퍼티

public TcpEdge,Brunet.Transport Edge
리턴 TcpEdge

Length 공개적으로 프로퍼티

public int Length
리턴 int

Offset 공개적으로 프로퍼티

public int Offset
리턴 int

ReadingSize 공개적으로 프로퍼티

public bool ReadingSize
리턴 bool

RemainingLength 공개적으로 프로퍼티

public int RemainingLength
리턴 int

_ba 보호되어 있는 프로퍼티

protected BufferAllocator _ba
리턴 BufferAllocator

_s 보호되어 있는 프로퍼티

protected Socket _s
리턴 Socket