Свойство | Type | Description | |
---|---|---|---|
m_clientSocket | Socket |
Méthode | Description | |
---|---|---|
IsMarkedForDeletion ( ) : bool |
Method that returns the state of this object i.e. whether this object is marked for deletion or not.
|
|
Parser1 ( Byte byBuf, int iLen ) : void | ||
Parser2 ( Byte data, int iLen ) : void | ||
RemoveUsrReference ( ) : void | ||
SendPacket ( int iCmd, byte byBuff, int iLenBuff, |
||
StartSocketListener ( ) : bool |
Method that starts SocketListener Thread.
|
|
StopSocketListener ( ) : void |
Method that stops Client SocketListening Thread.
|
|
TCPSocketListener ( |
Client Socket Listener Constructor.
|
Méthode | Description | |
---|---|---|
CheckTimeOut ( object o ) : void |
Method that checks whether there are any client calls for the last x seconds or not. If not this client SocketListener will be closed.
|
|
SocketListenerThreadPhone ( ) : void |
Thread method that does the communication to the client phone. This thread tries to receive from phone and forward to proxy
|
public Parser1 ( Byte byBuf, int iLen ) : void | ||
byBuf | Byte | |
iLen | int | |
Résultat | void |
public Parser2 ( Byte data, int iLen ) : void | ||
data | Byte | |
iLen | int | |
Résultat | void |
public SendPacket ( int iCmd, byte byBuff, int iLenBuff, |
||
iCmd | int | |
byBuff | byte | |
iLenBuff | int | |
sck | ||
Résultat | void |
public TCPSocketListener ( |
||
clientSocket | Phone connection | |
server | ||
Résultat | System |