Ready
Ready is a Boolean flag that indicates whether the Personal Communications connection associated with this lsxECLXfer object is ready. The Ready property is a combination of the Started, CommStarted and APIEnabled properties. It is an integer and is read-only. Ready is 1 if the Started, CommStarted and APIEnabled properties are 1; otherwise, it is 0. The following example shows this property.
' Create an lsxECLXfer object associated with connection A
dim myXferObj as new lsxECLXfer("A")
' See if our connection is ready
if myXferObj.Ready then
call conn_ready