Method | Description | |
---|---|---|
ClientThread ( |
||
Run ( ) : void | ||
Send ( string chanstr, byte channel, byte data ) : void | ||
Start ( ) : void |
Method | Description | |
---|---|---|
ReadInput ( Stream sourceStream, byte target, int start, int count ) : int |
Reads a number of characters from the current source Stream and writes the data to the target array at the specified index.
|
public ClientThread ( |
||
service | ||
sock | ||
return | System |
public Send ( string chanstr, byte channel, byte data ) : void | ||
chanstr | string | |
channel | byte | |
data | byte | |
return | void |