Envoy Application Programming Manual

Table Of Contents
ADM-2 Multipoint Supervisor Protocol
Envoy Application Programming Manual427159-001
7-13
Polling Type
The Example 7-4 shows how to change a line’s polling type from continuous to
noncontinuous:
Figure 7-4. ADM-2 Multipoint Supervisor Noncontinuous Poll Sequence
Example 7-4. Change a Line’s Polling Type
poll^type := 10;
CALL CHANGELIST (linefnum,-1,poll^type);
IF < THEN ...
045CDT .CDD
CALL READ...
CALL OPEN...
CALL DEFINELIST...
Poll Entry 0
Poll Entry 1
EOT
EOT
Poll Count =
(Polling Type)
from
DEFINELIST
Poll Count = 0?
Poll Count = Poll
Count - 1
Error = 176
Poll Entry pn-1
EOT
No
Yes