Ready

The Ready property is a Boolean flag that indicates whether the Personal Communications connection associated with this lsxECLPS 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 lsxECLPS object associated with connection A
dim myPSObj as new lsxECLPS("A")
 
' See if our connection is ready
if myPSObj.Ready then
  call conn_ready