SocketClientIsReady - property of the PmaData object
Description:
Detects whether the object is ready to write/read over Sockets. In this case the
PmaData object is the Socket client.
Syntax:
Boolean SocketClientIsReady
Values:
false - The object is not ready to transfer the data (the data from the previous calling the referred methods is still transferring)
Note:
Property access for
read only.
This method is not functional for PmFree.
The
PmaData object gets in the
transfer of data state by calling the
ReadFromSocket or
WriteToSocket method. During the transfer these methods cannot be re-called over the object and the
SocketClientIsReady property then returns the value
false. After the transfer (i.e. after the
onEndOfTransfer event is triggered) the methods can be called again and the
SocketClientIsReady property returns the value
true.