C# Class ClientNetworkConnection, tf_client

Inheritance: NetworkConnection
Afficher le fichier Open project: wids-eria/tf_client Class Usage Examples

Protected Properties

Свойство Type Description
connection Client,
decoders ServerCommandDecoderBase>.Dictionary

Méthodes publiques

Méthode Description
ConnectTo ( string addr, int port ) : void
Send ( byte data ) : void

Méthodes protégées

Méthode Description
Awake ( ) : void
FindDecoder ( int numParams ) : ServerCommandDecoderBase,
OnReceive ( byte data ) : void
OpenConnection ( string addr, int port ) : IEnumerator
Start ( ) : void

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

ConnectTo() public méthode

public ConnectTo ( string addr, int port ) : void
addr string
port int
Résultat void

FindDecoder() protected méthode

protected FindDecoder ( int numParams ) : ServerCommandDecoderBase,
numParams int
Résultat ServerCommandDecoderBase,

OnReceive() protected méthode

protected OnReceive ( byte data ) : void
data byte
Résultat void

OpenConnection() protected méthode

protected OpenConnection ( string addr, int port ) : IEnumerator
addr string
port int
Résultat IEnumerator

Send() public méthode

public Send ( byte data ) : void
data byte
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

Property Details

connection protected_oe property

protected Client, connection
Résultat Client,

decoders protected_oe property

protected Dictionary decoders
Résultat ServerCommandDecoderBase>.Dictionary