C# Class hds.ConsoleSocket

Afficher le fichier Open project: hdneo/mxo-hd Class Usage Examples

Méthodes publiques

Méthode Description
ConsoleSocket ( ) : System
startServer ( ) : void
stopServer ( ) : void

Private Methods

Méthode Description
ListenForClients ( ) : void
parseCommand ( byte command, int length ) : byte[]

Method Details

ConsoleSocket() public méthode

public ConsoleSocket ( ) : System
Résultat System

startServer() public méthode

public startServer ( ) : void
Résultat void

stopServer() public méthode

public stopServer ( ) : void
Résultat void