|
spandsp 3.0.0
|
Public Attributes | |
| char | ident [20+1] |
| The identifier string (CSI, TSI, CIG). | |
| char | sub_address [20+1] |
| The sub-address string (SUB). | |
| char | selective_polling_address [20+1] |
| The selective polling sub-address (SEP). | |
| char | polled_sub_address [20+1] |
| The polled sub-address (PSA). | |
| char | sender_ident [20+1] |
| The sender identification (SID). | |
| char | password [20+1] |
| The password (PWD). | |
| uint8_t * | nsf |
| Non-standard facilities (NSF). | |
| size_t | nsf_len |
| uint8_t * | nsc |
| Non-standard facilities command (NSC). | |
| size_t | nsc_len |
| uint8_t * | nss |
| Non-standard facilities set-up (NSS). | |
| size_t | nss_len |
| int | tsa_type |
| Transmitting subscriber internet address (TSA). | |
| char * | tsa |
| size_t | tsa_len |
| int | ira_type |
| Internet routing address (IRA). | |
| char * | ira |
| size_t | ira_len |
| int | cia_type |
| Calling subscriber internet address (CIA). | |
| char * | cia |
| size_t | cia_len |
| int | isp_type |
| Internet selective polling address (ISP). | |
| char * | isp |
| size_t | isp_len |
| int | csa_type |
| Called subscriber internet address (CSA). | |
| char * | csa |
| size_t | csa_len |
| int t30_exchanged_info_t::cia_type |
Calling subscriber internet address (CIA).
Referenced by t30_get_rx_cia(), and t30_get_tx_cia().
| int t30_exchanged_info_t::csa_type |
Called subscriber internet address (CSA).
Referenced by t30_get_rx_csa(), and t30_get_tx_csa().
| char t30_exchanged_info_t::ident[20+1] |
The identifier string (CSI, TSI, CIG).
Referenced by t30_get_rx_ident(), t30_get_tx_ident(), and t30_set_tx_ident().
| int t30_exchanged_info_t::ira_type |
Internet routing address (IRA).
Referenced by t30_get_rx_ira(), and t30_get_tx_ira().
| int t30_exchanged_info_t::isp_type |
Internet selective polling address (ISP).
Referenced by t30_get_rx_isp(), and t30_get_tx_isp().
| uint8_t* t30_exchanged_info_t::nsc |
Non-standard facilities command (NSC).
Referenced by t30_get_rx_nsc(), t30_get_tx_nsc(), and t30_set_tx_nsc().
| uint8_t* t30_exchanged_info_t::nsf |
Non-standard facilities (NSF).
Referenced by t30_get_rx_nsf(), t30_get_tx_nsf(), and t30_set_tx_nsf().
| uint8_t* t30_exchanged_info_t::nss |
Non-standard facilities set-up (NSS).
Referenced by t30_get_rx_nss(), t30_get_tx_nss(), and t30_set_tx_nss().
| char t30_exchanged_info_t::password[20+1] |
The password (PWD).
Referenced by t30_get_rx_password(), t30_get_tx_password(), and t30_set_tx_password().
| char t30_exchanged_info_t::polled_sub_address[20+1] |
The polled sub-address (PSA).
Referenced by t30_get_rx_polled_sub_address(), t30_get_tx_polled_sub_address(), and t30_set_tx_polled_sub_address().
| char t30_exchanged_info_t::selective_polling_address[20+1] |
The selective polling sub-address (SEP).
Referenced by t30_get_rx_selective_polling_address(), t30_get_tx_selective_polling_address(), and t30_set_tx_selective_polling_address().
| char t30_exchanged_info_t::sender_ident[20+1] |
The sender identification (SID).
Referenced by t30_get_rx_sender_ident(), t30_get_tx_sender_ident(), and t30_set_tx_sender_ident().
| char t30_exchanged_info_t::sub_address[20+1] |
The sub-address string (SUB).
Referenced by t30_get_rx_sub_address(), t30_get_tx_sub_address(), and t30_set_tx_sub_address().
| int t30_exchanged_info_t::tsa_type |
Transmitting subscriber internet address (TSA).
Referenced by t30_get_rx_tsa(), t30_get_tx_tsa(), and t30_set_tx_tsa().