Метод | Описание | |
---|---|---|
PrepareForProcessingData ( Stream rawStream ) : void |
Called when the data processing thread is first started
|
|
ProcessData ( Stream rawStream ) : void |
Called every time there is new data available
|
|
ServerEndPointConnection ( ITDSServer server, |
Initialization constructor
|
Метод | Описание | |
---|---|---|
Log ( string text ) : void |
Write a string to the log
|
|
Start ( ) : void |
Start the connection
|
|
Stop ( ) : void |
Stop the connection
|
|
_ConnectionHandler ( ) : void |
Worker thread
|
public abstract PrepareForProcessingData ( Stream rawStream ) : void | ||
rawStream | Stream | |
Результат | void |
public abstract ProcessData ( Stream rawStream ) : void | ||
rawStream | Stream | |
Результат | void |
public ServerEndPointConnection ( ITDSServer server, |
||
server | ITDSServer | |
connection | ||
Результат | System |