C# Class OpenRA.Network.ReplayConnection

Inheritance: IConnection
Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

Свойство Type Description
Filename string
IsValid bool
LobbyInfo Session
TickCount int

Méthodes publiques

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

Receive() public méthode

public Receive ( byte[]>.Action packetFn ) : void
packetFn byte[]>.Action
Résultat void

ReplayConnection() public méthode

public ReplayConnection ( string replayFilename ) : System
replayFilename string
Résultat System

Send() public méthode

public Send ( int frame, List orders ) : void
frame int
orders List
Résultat void

SendImmediate() public méthode

public SendImmediate ( List orders ) : void
orders List
Résultat void

SendSync() public méthode

public SendSync ( int frame, byte syncData ) : void
frame int
syncData byte
Résultat void

Property Details

Filename public_oe property

public string Filename
Résultat string

IsValid public_oe property

public bool IsValid
Résultat bool

LobbyInfo public_oe property

public Session,OpenRA.Network LobbyInfo
Résultat Session

TickCount public_oe property

public int TickCount
Résultat int