_TCPServer_SendToBound ( int $iSocket , string $sData )
· $iSocket: socket wrapping the application
· $sData: data to send to application
Writes to the STDIN console of the application being wrapped in the protocol.
This is useful, for example, to send user commands to cmd.exe. It may be dangerous, if you
leave it running to the public internet. Take care!
Return value
None