Envoy Application Programming Manual

Table Of Contents
TINET Multipoint Supervisor Protocol
Envoy Application Programming Manual427159-001
8-12
Polling Type
The READ completes either when a terminal responds to the poll with a message or
when a line error is detected. If a terminal responds with a message, the entry number of
the terminal in the poll list is returned in linebuf.8:15 (for more information, see
Message Formats
on page 8-18). The message is also returned in linebuf, and a
condition code of CCE is given. If a line error is detected, the entry number associated
with the last terminal to be polled is returned in linebuf.8:15 and the READ completes
with a CCL indication.
Noncontinuous Polling
Noncontinuous polling occurs for a specified number of passes through the poll list or
until a terminal responds to the poll with text or until an error occurs. Noncontinuous
polling operates in the same manner as continuous polling except that the number of
passes through the poll list is limited. The limit is specified through the poll-type
parameter of the DEFINELIST procedure or the function parameter of the
CHANGELIST procedure.
If no terminal responds with a message within the specified number of passes through
the poll list, polling stops and the READ completes with an error 176 (poll sequence
ended with no responder). Figure 8-4
shows the TINET multipoint supervisor
noncontinuous poll sequence.