C# Class KinectServer.Server

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

Méthodes publiques

Свойство Type Description
DOUBLE_BYTES int
INT64_BYTES int
logging bool
serverEP String

Méthodes publiques

Méthode Description
Server ( SkeletonEventDispatcher source ) : System
StartServer ( ) : void

Private Methods

Méthode Description
Connect ( ) : void
Run ( ) : void

Method Details

Server() public méthode

public Server ( SkeletonEventDispatcher source ) : System
source SkeletonEventDispatcher
Résultat System

StartServer() public méthode

public StartServer ( ) : void
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

logging public_oe property

public bool logging
Résultat bool

serverEP public_oe static_oe property

public static String serverEP
Résultat String