
isdnio(7I) Ioctl Requests SunOS 5.5
typedef struct isdn_conn_tab {
char name[ISDN_ID_SIZE]; /∗ identification string ∗/
isdn_interface_t type;
int maxpaths; /∗ size in entries of app’s
array ∗/
int npaths; /∗
∗ number of valid entries
∗ returned by driver
∗/
isdn_conn_req_t ∗paths; /∗ connection table in app’s
memory ∗/
} isdn_conn_tab_t;
The table contains a string which is the interface’s uniqueidentification string. The
second element of this table contains the ISDN transmit and receive connections and
configuration for all possible data paths for each type of ISDN controller hardware.
Entries that are not connected will have a value of ISDN_NO_CHAN in the from and to
fields. The number of entries will always be ISDN_MAX_CHANS, and can be referenced
in the hardware specific implementationdocumentation. An isdn_conn_tab_t structure
is allocated on a per controller basis.
SEE ALSO ioctl(2), poll(2), read(2), write(2), audio(7I), dbri(7D), streamio(7I)
“ISDN, An Introduction”, by William Stallings, Macmillian Publishing Company, ISBN
0-02-415471-7
7I-164 modified 7 Apr 1994
Kommentare zu diesen Handbüchern