C# Class OpenRA.Network.ReplayConnection

Inheritance: IConnection
Exibir arquivo 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_oe property

public string Filename
return string

IsValid public_oe property

public bool IsValid
return bool

LobbyInfo public_oe property

public Session,OpenRA.Network LobbyInfo
return Session

TickCount public_oe property

public int TickCount
return int