Envoy Application Programming Manual

Table Of Contents
BISYNC Centralized Multipoint Supervisor Protocol
Envoy Application Programming Manual427159-001
4-19
Poll State
Poll State
The poll-state bit is associated with each address in the poll list. The poll-state bit is the
most significant bit of the first element of a station address; that is, station address.0.
The possible values of the poll state bit are:
0 = enable polling (the associated station is polled when a poll sequence is initiated)
1 = disable polling (the associated station is not polled)
By using the poll-state bit, an application process can select which stations in the poll
list are polled.
The poll state for stations is specified in either of the following ways:
The poll states for all stations are indicated by their poll-state bits in the address list
before the DEFINELIST procedure is called, or
The CHANGELIST procedure is called to alter the poll state of a specific station
after the DEFINELIST procedure has been called.