C# 클래스 GridProxy.Proxy.SimProxy

파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs

공개 프로퍼티들

프로퍼티 타입 설명
incomingSequence uint
outgoingSequence uint

공개 메소드들

메소드 설명
CheckAcks ( Packet packet, Direction direction, int &length, bool &needsCopy ) : Packet
Inject ( Packet packet, Direction direction ) : void
LocalEndPoint ( ) : IPEndPoint
ModifySequence ( Packet packet, Direction direction, int &length, bool &needsCopy ) : Packet
Reset ( ) : void
Run ( ) : void
SendPacket ( Packet packet, bool skipZero ) : void
SimProxy ( ProxyConfig proxyConfig, IPEndPoint simEndPoint, Proxy proxy ) : System
WaitForAck ( Packet packet, Direction direction ) : void

비공개 메소드들

메소드 설명
BackgroundTasks ( ) : void
ReceiveFromClient ( IAsyncResult ar ) : void

메소드 상세

CheckAcks() 공개 메소드

public CheckAcks ( Packet packet, Direction direction, int &length, bool &needsCopy ) : Packet
packet OpenMetaverse.Packets.Packet
direction Direction
length int
needsCopy bool
리턴 OpenMetaverse.Packets.Packet

Inject() 공개 메소드

public Inject ( Packet packet, Direction direction ) : void
packet OpenMetaverse.Packets.Packet
direction Direction
리턴 void

LocalEndPoint() 공개 메소드

public LocalEndPoint ( ) : IPEndPoint
리턴 System.Net.IPEndPoint

ModifySequence() 공개 메소드

public ModifySequence ( Packet packet, Direction direction, int &length, bool &needsCopy ) : Packet
packet OpenMetaverse.Packets.Packet
direction Direction
length int
needsCopy bool
리턴 OpenMetaverse.Packets.Packet

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void

SendPacket() 공개 메소드

public SendPacket ( Packet packet, bool skipZero ) : void
packet OpenMetaverse.Packets.Packet
skipZero bool
리턴 void

SimProxy() 공개 메소드

public SimProxy ( ProxyConfig proxyConfig, IPEndPoint simEndPoint, Proxy proxy ) : System
proxyConfig ProxyConfig
simEndPoint System.Net.IPEndPoint
proxy Proxy
리턴 System

WaitForAck() 공개 메소드

public WaitForAck ( Packet packet, Direction direction ) : void
packet OpenMetaverse.Packets.Packet
direction Direction
리턴 void

프로퍼티 상세

incomingSequence 공개적으로 프로퍼티

public uint incomingSequence
리턴 uint

outgoingSequence 공개적으로 프로퍼티

public uint outgoingSequence
리턴 uint