C# Class KinectDaemon.Client

Afficher le fichier Open project: Jerdak/KinectDaemon Class Usage Examples

Méthodes publiques

Méthode Description
Client ( ) : System
Connect ( ) : bool
Disconnect ( ) : void
ListenForServer ( ) : void
SendMessageToServer ( string msg ) : void

Method Details

Client() public méthode

public Client ( ) : System
Résultat System

Connect() public méthode

public Connect ( ) : bool
Résultat bool

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

ListenForServer() public méthode

public ListenForServer ( ) : void
Résultat void

SendMessageToServer() public méthode

public SendMessageToServer ( string msg ) : void
msg string
Résultat void