C# Class com.earlofmarch.reach.Server

Mostrar archivo Open project: eomprogramming/Reach-For-The-Top Class Usage Examples

Public Methods

Method Description
ButtonToString ( Button b ) : string
Server ( Stream s, BuzzerLayerBuilder b ) : System
Server ( TextReader tr, TextWriter tw, BuzzerLayerBuilder b ) : System
listen ( ) : void
start ( ) : void

Private Methods

Method Description
buzzerInput ( CallbackArgs a ) : void

Method Details

ButtonToString() public static method

public static ButtonToString ( Button b ) : string
b Button
return string

Server() public method

public Server ( Stream s, BuzzerLayerBuilder b ) : System
s Stream
b BuzzerLayerBuilder
return System

Server() public method

public Server ( TextReader tr, TextWriter tw, BuzzerLayerBuilder b ) : System
tr System.IO.TextReader
tw System.IO.TextWriter
b BuzzerLayerBuilder
return System

listen() public method

public listen ( ) : void
return void

start() public method

public start ( ) : void
return void