TAGWAPI.Poll
TAGWAPI
<font face="Arial"><font SIZE="3">Port Polling
</font></font>
property Poll: Boolean;
Unit
AGWAPI
Description
<font face="Arial"><font SIZE="3">This property controls whether the component will poll the AGW Packet Engine to provide updated port information periodically.
If set to FALSE port information is polled only once inmediately after the successful connection of the component with the AGW Packet Engine (Property Active=TRUE).
All queries to port information will reflect the data retrieved during that poll.
If set to TRUE port information is polled about once every two minutes so updated information about the conditions of all ports could be used by the application program.
Use the OnPort event to know when information about a given port has just been updated.
</font></font>