C# Class KinectServer.Server

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

Public Properties

Property Type Description
DOUBLE_BYTES int
INT64_BYTES int
logging bool
serverEP String

Public Methods

Method Description
Server ( SkeletonEventDispatcher source ) : System
StartServer ( ) : void

Private Methods

Method Description
Connect ( ) : void
Run ( ) : void

Method Details

Server() public method

public Server ( SkeletonEventDispatcher source ) : System
source SkeletonEventDispatcher
return System

StartServer() public method

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

logging public_oe property

public bool logging
return bool

serverEP public_oe static_oe property

public static String serverEP
return String