C# Class OpenRA.Server.Connection

Show file Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
Data List
ExpectLength int
Frame int
MostRecentFrame int
PlayerIndex int
Socket System.Net.Sockets.Socket
State ReceiveState
TimeoutMessageShown bool

Public Methods

Method Description
PopBytes ( int n ) : byte[]
ReadData ( Server server ) : void

Private Methods

Method Description
ReadDataInner ( Server server ) : bool

Method Details

PopBytes() public method

public PopBytes ( int n ) : byte[]
n int
return byte[]

ReadData() public method

public ReadData ( Server server ) : void
server Server
return void

Property Details

Data public property

public List Data
return List

ExpectLength public property

public int ExpectLength
return int

Frame public property

public int Frame
return int

MostRecentFrame public property

public int MostRecentFrame
return int

PlayerIndex public property

public int PlayerIndex
return int

Socket public property

public Socket,System.Net.Sockets Socket
return System.Net.Sockets.Socket

State public property

public ReceiveState State
return ReceiveState

TimeoutMessageShown public property

public bool TimeoutMessageShown
return bool