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.
Mostra file Open project: Jerdak/KinectDaemon Class Usage Examples

Public Properties

Property Type Description
IsShuttingDown bool

Public Methods

Method Description
Server ( ) : System
ShutDown ( ) : void

Private Methods

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

Method Details

Server() public method

public Server ( ) : System
return System

ShutDown() public method

public ShutDown ( ) : void
return void

Property Details

IsShuttingDown public_oe property

public bool IsShuttingDown
return bool