-----Original Message----- From: Francois PIETTE
Sent: Monday, January 17, 2011 9:33 AM
To: ICS support mailing
Subject: Re: [twsocket] SslWSocketServer & SslWSocket

and it doesn't work

Please be more specific. What error/exception do you have ?


Hi Francois,
Thanks for the response and being pation.

I have checked in the project the --> OnDataAvailable as you adviced and it is absolutely same as what I also have.

What I am trying to do is,
Server is on and running, client is connected and I have the info on "Display" which says about what client is connected etc.

Now,
How can I selected a specific client, let's say client 1 and send a command to it?

Here is what I am trying,

SslWSocketServer1.(Sender).Send(MyBufAddr, MyBufLnegth); --> need to be able to send the command which is typed in the "TEdit" field and I have no idea about how this works, so far I don't even know how to handle --> (MyBufAddr, MyBufLnegth); either.

After sending the command to the client,
Display('Command sent: ' + ledSendCommand.Text); --> ledSendCommand is a "TLabelEdit"

-daniel
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to