Envoy Application Programming Manual
Table Of Contents
- What’s New in This Manual
- About This Manual
- 1 Application Programming With Envoy
- 7 ADM-2 Multipoint Supervisor Protocol
- 8 TINET Multipoint Supervisor Protocol
- 9 Burroughs Point-To-Point Protocol
- 10 Asynchronous Line Supervisor Protocol
- A ASCII Character Set
- B ASCII to EBCDIC Code Conversion
- C File-System Procedures
- D Statistics Messages
- E S-Series Changes to Envoy
- NonStop™ Himalaya S-Series Server Architecture
- G-Series Migration Considerations
- CBSENSEON and CFSENSEON Modifiers
- LEOTRESYN and NOLEOTRESYN Modifiers
- Treatment of Characters After the Termination Character
- Number of SYN Characters
- DTR Drop
- Reporting of Parity Error
- Half-Duplex Support for Asynchronous Lines
- Controller Replacement
- SYSGEN and COUP
- Unit Numbers
- FDX Line Changes
- No Support for Auto-Call Unit
- Glossary
- Index

TINET Multipoint Supervisor Protocol
Envoy Application Programming Manual—427159-001
8-10
Polling Type
Polling Type
The TINET Multipoint Supervisor protocol supports the following types of polling:
•
Continuous Polling on page 8-10
•
Noncontinuous Polling on page 8-12
•
Specific Polling on page 8-14
Continuous Polling
Continuous polling occurs indefinitely until a terminal responds to the poll with text, or
an error occurs. Continuous polling is specified through the poll type parameter of the
DEFINELIST procedure or the function parameter of the CHANGELIST procedure.
The polling sequence is as follows:
•
Envoy always keeps track of the last terminal polled.
•
The first terminal to be polled when polling is initiated is the one indicated by the
next entry in the poll list (the first terminal to be polled when the line is opened is
the one indicated by the first entry in the poll list).
•
If a polled terminal responds with an EOT, then the next terminal in the poll list is
polled.
•
If a pass has been made through the poll list (that is, all terminals in the list have
been polled once), and another pass through the poll list is indicated, then the
polling sequence continues.