C# Class GameCreatorGroupProject.RTCClient

Inheritance: TCPClient
Afficher le fichier Open project: HeroOfTheWinds/CS-350-410-431-Group-Project Class Usage Examples

Méthodes publiques

Méthode Description
RTCClient ( uint serverID ) : System
connectClient ( string serverIP ) : void
disconnectClient ( ) : void
getClientType ( ) : int
send ( Object data ) : void

Method Details

RTCClient() public méthode

public RTCClient ( uint serverID ) : System
serverID uint
Résultat System

connectClient() public méthode

public connectClient ( string serverIP ) : void
serverIP string
Résultat void

disconnectClient() public méthode

public disconnectClient ( ) : void
Résultat void

getClientType() public méthode

public getClientType ( ) : int
Résultat int

send() public méthode

public send ( Object data ) : void
data Object
Résultat void