C# Class OpenRA.Network.ReplayConnection

Inheritance: IConnection
Show file Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
Filename string
IsValid bool
LobbyInfo Session
TickCount int

Public Methods

Method Description
Dispose ( ) : void
Receive ( byte[]>.Action packetFn ) : void
ReplayConnection ( string replayFilename ) : System
Send ( int frame, List orders ) : void
SendImmediate ( List orders ) : void
SendSync ( int frame, byte syncData ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Receive() public method

public Receive ( byte[]>.Action packetFn ) : void
packetFn byte[]>.Action
return void

ReplayConnection() public method

public ReplayConnection ( string replayFilename ) : System
replayFilename string
return System

Send() public method

public Send ( int frame, List orders ) : void
frame int
orders List
return void

SendImmediate() public method

public SendImmediate ( List orders ) : void
orders List
return void

SendSync() public method

public SendSync ( int frame, byte syncData ) : void
frame int
syncData byte
return void

Property Details

Filename public property

public string Filename
return string

IsValid public property

public bool IsValid
return bool

LobbyInfo public property

public Session,OpenRA.Network LobbyInfo
return Session

TickCount public property

public int TickCount
return int