C# Class netki.PacketLaneUnreliableOrdered

Inheritance: PacketLane
Afficher le fichier Open project: raxptor/putki-historical

Méthodes publiques

Méthode Description
ComputePacketLoss ( ) : float
Error ( string desc ) : void
Incoming ( Bitstream stream ) : void
PacketLaneUnreliableOrdered ( ) : System
Send ( Bitstream stream ) : void
Update ( float dt, PacketLaneOutput outputFn ) : Bitstream.Buffer

Method Details

ComputePacketLoss() public méthode

public ComputePacketLoss ( ) : float
Résultat float

Error() public méthode

public Error ( string desc ) : void
desc string
Résultat void

Incoming() public méthode

public Incoming ( Bitstream stream ) : void
stream Bitstream
Résultat void

PacketLaneUnreliableOrdered() public méthode

public PacketLaneUnreliableOrdered ( ) : System
Résultat System

Send() public méthode

public Send ( Bitstream stream ) : void
stream Bitstream
Résultat void

Update() public méthode

public Update ( float dt, PacketLaneOutput outputFn ) : Bitstream.Buffer
dt float
outputFn PacketLaneOutput
Résultat Bitstream.Buffer