C# Class FP300Service.TestServer

Inheritance: System.Windows.Forms.Form, IDisposable
Afficher le fichier Open project: huginsdk/fpu

Méthodes publiques

Свойство Type Description
IpAddress string
Port int

Méthodes publiques

Méthode Description
TestServer ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AccepClient ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Log ( string line ) : void
StartTestServer ( string tcpIp, int port ) : void
WaitMessage ( TcpClient client ) : void
btnStart_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

TestServer() public méthode

public TestServer ( ) : System
Résultat System

Property Details

IpAddress public_oe property

public string IpAddress
Résultat string

Port public_oe property

public int Port
Résultat int