C# Class as3server.Server

Show file Open project: imekinox/win_as3server

Public Methods

Method Description
Main ( ) : void
Server ( ) : System

Private Methods

Method Description
dataWaitForConnection ( ) : void
data_in ( object client ) : void
data_out ( object client ) : void
depthWaitForConnection ( ) : void
depth_out ( object client ) : void
rgbWaitForConnection ( ) : void
rgb_out ( object client ) : void
securityWaitForConnection ( ) : void
security_out ( object client ) : void
send_motor_serial ( NetworkStream clientStream ) : void

Method Details

Main() public static method

public static Main ( ) : void
return void

Server() public method

public Server ( ) : System
return System