C# Class hds.ConsoleSocket

ファイルを表示 Open project: hdneo/mxo-hd Class Usage Examples

Public Methods

Method Description
ConsoleSocket ( ) : System
startServer ( ) : void
stopServer ( ) : void

Private Methods

Method Description
ListenForClients ( ) : void
parseCommand ( byte command, int length ) : byte[]

Method Details

ConsoleSocket() public method

public ConsoleSocket ( ) : System
return System

startServer() public method

public startServer ( ) : void
return void

stopServer() public method

public stopServer ( ) : void
return void