C# Class KinectDaemon.Server

The Kinect TCP Server sends serialized packets of joint data to any connected client at the client's request. Right now, requests are any packets of length() > 0. 0 length packets denote a closed client stream.
Afficher le fichier Open project: Jerdak/KinectDaemon Class Usage Examples

Méthodes publiques

Свойство Type Description
IsShuttingDown bool

Méthodes publiques

Méthode Description
Server ( ) : System
ShutDown ( ) : void

Private Methods

Méthode Description
HandleClientComm ( object client ) : void
ListenForClients ( ) : void
Pack ( Int32 vals ) : byte[]
SendPacketTo ( NetworkStream clientStream ) : void
Unpack ( byte vals ) : System.Int32[]

Method Details

Server() public méthode

public Server ( ) : System
Résultat System

ShutDown() public méthode

public ShutDown ( ) : void
Résultat void

Property Details

IsShuttingDown public_oe property

public bool IsShuttingDown
Résultat bool