InputInhibited

This property queries whether the host is ready for input. InputInhibited is an Integer data type and is read-only. The following table shows valid values for InputInhibited.
Value Meaning
0 Not Inhibited
1 System Wait
2 Communication Check
3 Program Check
4 Machine Check
5 Other Inhibit

The following example shows this property.

' Create a new lsxECLOIA object associated with connection A
dim myOIAObj as new lsxECLOIA("A")
 
' See if the host is ready for input
if myOIAObj.InputInhibited = 0 then
  ' Okay to send text
  call sendtext