C# Class GridProxy.Proxy.SimProxy

Afficher le fichier Open project: 3di/3di-viewer-rei-libs

Méthodes publiques

Свойство Type Description
incomingSequence uint
outgoingSequence uint

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
BackgroundTasks ( ) : void
ReceiveFromClient ( IAsyncResult ar ) : void

Method Details

CheckAcks() public méthode

public CheckAcks ( Packet packet, Direction direction, int &length, bool &needsCopy ) : Packet
packet OpenMetaverse.Packets.Packet
direction Direction
length int
needsCopy bool
Résultat OpenMetaverse.Packets.Packet

Inject() public méthode

public Inject ( Packet packet, Direction direction ) : void
packet OpenMetaverse.Packets.Packet
direction Direction
Résultat void

LocalEndPoint() public méthode

public LocalEndPoint ( ) : IPEndPoint
Résultat System.Net.IPEndPoint

ModifySequence() public méthode

public ModifySequence ( Packet packet, Direction direction, int &length, bool &needsCopy ) : Packet
packet OpenMetaverse.Packets.Packet
direction Direction
length int
needsCopy bool
Résultat OpenMetaverse.Packets.Packet

Reset() public méthode

public Reset ( ) : void
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void

SendPacket() public méthode

public SendPacket ( Packet packet, bool skipZero ) : void
packet OpenMetaverse.Packets.Packet
skipZero bool
Résultat void

SimProxy() public méthode

public SimProxy ( ProxyConfig proxyConfig, IPEndPoint simEndPoint, Proxy proxy ) : System
proxyConfig ProxyConfig
simEndPoint System.Net.IPEndPoint
proxy Proxy
Résultat System

WaitForAck() public méthode

public WaitForAck ( Packet packet, Direction direction ) : void
packet OpenMetaverse.Packets.Packet
direction Direction
Résultat void

Property Details

incomingSequence public_oe property

public uint incomingSequence
Résultat uint

outgoingSequence public_oe property

public uint outgoingSequence
Résultat uint