C# Class KinectServer.ServerTask

Inheritance: SkeletonReceiver
Afficher le fichier Open project: readysaltedcode/art-of-computer-science Class Usage Examples

Méthodes publiques

Свойство Type Description
DOUBLE_BYTES int
INT64_BYTES int

Méthodes publiques

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

Private Methods

Méthode Description
Disconnect ( ) : void
Send ( KinectSkeletonFrame skeletonFrame ) : void
SendString ( String toSend ) : void

Method Details

ServerTask() public méthode

public ServerTask ( HttpListenerContext clientContext, SkeletonEventDispatcher source, System.Boolean logging ) : System
clientContext System.Net.HttpListenerContext
source SkeletonEventDispatcher
logging System.Boolean
Résultat System

isRunning() public méthode

public isRunning ( ) : System.Boolean
Résultat System.Boolean

receiveFrame() public méthode

public receiveFrame ( KinectSkeletonFrame frame ) : void
frame KinectSkeletonFrame
Résultat void

Property Details

DOUBLE_BYTES public_oe static_oe property

public static int DOUBLE_BYTES
Résultat int

INT64_BYTES public_oe static_oe property

public static int INT64_BYTES
Résultat int