C# 클래스 netki.PacketLaneUnreliableOrdered

상속: PacketLane
파일 보기 프로젝트 열기: raxptor/putki-historical

공개 메소드들

메소드 설명
ComputePacketLoss ( ) : float
Error ( string desc ) : void
Incoming ( Bitstream stream ) : void
PacketLaneUnreliableOrdered ( ) : System
Send ( Bitstream stream ) : void
Update ( float dt, PacketLaneOutput outputFn ) : Bitstream.Buffer

메소드 상세

ComputePacketLoss() 공개 메소드

public ComputePacketLoss ( ) : float
리턴 float

Error() 공개 메소드

public Error ( string desc ) : void
desc string
리턴 void

Incoming() 공개 메소드

public Incoming ( Bitstream stream ) : void
stream Bitstream
리턴 void

PacketLaneUnreliableOrdered() 공개 메소드

public PacketLaneUnreliableOrdered ( ) : System
리턴 System

Send() 공개 메소드

public Send ( Bitstream stream ) : void
stream Bitstream
리턴 void

Update() 공개 메소드

public Update ( float dt, PacketLaneOutput outputFn ) : Bitstream.Buffer
dt float
outputFn PacketLaneOutput
리턴 Bitstream.Buffer