C# 클래스 KinectServer.ServerTask

상속: SkeletonReceiver
파일 보기 프로젝트 열기: readysaltedcode/art-of-computer-science 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DOUBLE_BYTES int
INT64_BYTES int

공개 메소드들

메소드 설명
ServerTask ( HttpListenerContext clientContext, SkeletonEventDispatcher source, System.Boolean logging ) : System
isRunning ( ) : System.Boolean
receiveFrame ( KinectSkeletonFrame frame ) : void

비공개 메소드들

메소드 설명
Disconnect ( ) : void
Send ( KinectSkeletonFrame skeletonFrame ) : void
SendString ( String toSend ) : void

메소드 상세

ServerTask() 공개 메소드

public ServerTask ( HttpListenerContext clientContext, SkeletonEventDispatcher source, System.Boolean logging ) : System
clientContext System.Net.HttpListenerContext
source SkeletonEventDispatcher
logging System.Boolean
리턴 System

isRunning() 공개 메소드

public isRunning ( ) : System.Boolean
리턴 System.Boolean

receiveFrame() 공개 메소드

public receiveFrame ( KinectSkeletonFrame frame ) : void
frame KinectSkeletonFrame
리턴 void

프로퍼티 상세

DOUBLE_BYTES 공개적으로 정적으로 프로퍼티

public static int DOUBLE_BYTES
리턴 int

INT64_BYTES 공개적으로 정적으로 프로퍼티

public static int INT64_BYTES
리턴 int