C# Class KinectServer.ServerTask

Inheritance: SkeletonReceiver
Datei anzeigen Open project: readysaltedcode/art-of-computer-science Class Usage Examples

Public Properties

Property Type Description
DOUBLE_BYTES int
INT64_BYTES int

Public Methods

Method Description
ServerTask ( HttpListenerContext clientContext, SkeletonEventDispatcher source, System.Boolean logging ) : System
isRunning ( ) : System.Boolean
receiveFrame ( KinectSkeletonFrame frame ) : void

Private Methods

Method Description
Disconnect ( ) : void
Send ( KinectSkeletonFrame skeletonFrame ) : void
SendString ( String toSend ) : void

Method Details

ServerTask() public method

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

isRunning() public method

public isRunning ( ) : System.Boolean
return System.Boolean

receiveFrame() public method

public receiveFrame ( KinectSkeletonFrame frame ) : void
frame KinectSkeletonFrame
return void

Property Details

DOUBLE_BYTES public_oe static_oe property

public static int DOUBLE_BYTES
return int

INT64_BYTES public_oe static_oe property

public static int INT64_BYTES
return int