Envoy Application Programming Manual

Table Of Contents
BISYNC Centralized Multipoint Supervisor Protocol
Envoy Application Programming Manual427159-001
4-55
Programming Examples
Example 4-20. Program Code for Poll and Select Procedures (Page 7 of 7)
! pass the address list to Envoy.
CALL DEFINELIST (linefnum,addr^list,addr^size,
num^entries,poll^count,1);
IF < THEN CALL DEBUG;
! start processing.
CALL doit;
END; ! example.