Envoy Application Programming Manual

Table Of Contents
Burroughs Point-To-Point Protocol
Envoy Application Programming Manual427159-001
9-16
CONTROL Procedure (Enable RVI)
Example 9-7. CONTROL Procedure (Enable RVI)
Local Remote
| <-- message
(READ completes)
line state = READ
error = 0
CALL CONTROL(fnum,15)
|
(CONTROL completes)
error = 0
line state = READ
CALL READ(...)
| DLE ACK -->
| <-- EOT
(READ completes)
error = 163
line state = CONTROL
CALL WRITE(...)
| (bid) ENQ -->
v