C# 클래스 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.
파일 보기 프로젝트 열기: Jerdak/KinectDaemon 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsShuttingDown bool

공개 메소드들

메소드 설명
Server ( ) : System
ShutDown ( ) : void

비공개 메소드들

메소드 설명
HandleClientComm ( object client ) : void
ListenForClients ( ) : void
Pack ( Int32 vals ) : byte[]
SendPacketTo ( NetworkStream clientStream ) : void
Unpack ( byte vals ) : System.Int32[]

메소드 상세

Server() 공개 메소드

public Server ( ) : System
리턴 System

ShutDown() 공개 메소드

public ShutDown ( ) : void
리턴 void

프로퍼티 상세

IsShuttingDown 공개적으로 프로퍼티

public bool IsShuttingDown
리턴 bool