home *** CD-ROM | disk | FTP | other *** search
- #define CAPI_INT 0xf1
-
- struct msg_head
- {
- word length;
- word appl_id;
- byte command;
- byte subcommand;
- word msg_nr;
- byte data[128];
- };
-
- struct telno
- {
- byte length;
- byte info;
- byte no[16];
- };
-
- struct dlpd
- {
- byte length;
- word data_length;
- byte link_addr_a;
- byte link_addr_b;
- byte modulo_mode;
- byte window_size;
- byte xid;
- };
-
- struct ncpd
- {
- byte length;
- word lic, hic, ltc, htc, loc, hoc;
- byte modulo_mode;
- };
-
-