APIEnabled
APIEnabled is a Boolean flag that indicates whether the HLLAPI API has been enabled for the Personal Communications connection associated with this lsxECLPS object. APIEnabled is an integer and is read-only. APIEnabled is 1 if the HLLAPI API is available; 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 the HLLAPI API is enabled on this connection
if myPSObj.APIEnabled then
call hllapi_available