Ready

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