Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
KinectDaemon
Client
C# Class KinectDaemon.Client
Exibir arquivo
Open project: Jerdak/KinectDaemon
Class Usage Examples
Public Methods
Method
Description
Client
( ) :
System
Connect
( ) :
bool
Disconnect
( ) :
void
ListenForServer
( ) :
void
SendMessageToServer
(
string
msg
) :
void
Method Details
Client()
public
method
public
Client
( ) :
System
return
System
Connect()
public
method
public
Connect
( ) :
bool
return
bool
Disconnect()
public
method
public
Disconnect
( ) :
void
return
void
ListenForServer()
public
method
public
ListenForServer
( ) :
void
return
void
SendMessageToServer()
public
method
public
SendMessageToServer
(
string
msg
) :
void
msg
string
return
void