Page 1 of 1

Undocumented in TCRSSLIOHandler and TCRIOHandler

Posted: Fri 04 Sep 2015 05:26
by kdjfakej
1. Can you please explain the difference between the methods "Read" and "ReadNoWait" that are implemented in TCRSSLIOHandler / TMySSLIOHandler / TCRIOHandler .

2. On a separate note, both classes are not documented in the Help, but are required for SSL to work. It's a black box for the end users, not to mention there are dozen of posts here on this forum from people who can't event find the units for them. Please fix this in the next release of help.

Thank you.

Re: Undocumented in TCRSSLIOHandler and TCRIOHandler

Posted: Tue 08 Sep 2015 13:56
by ViktorV
1. The difference between Read and ReadNoWait methods is that, if size of the received data is less than Count bytes, the Read method waits during the amount of time specified in Timeout, and then returns control; and the ReadNoWait method returns control immediately after its execution.
2. We will consider the possibility to add such information in the SecureBridge help.