|
Defines |
#define | ACCEPTABLE_SEQ_NO_OFFSET 2000 |
Functions |
const char * | t38_indicator_to_str (int indicator) |
| Convert the code for an indicator to a short text name.
|
const char * | t38_data_type_to_str (int data_type) |
| Convert the code for a type of data to a short text name.
|
const char * | t38_field_type_to_str (int field_type) |
| Convert the code for a type of data field to a short text name.
|
int | t38_core_rx_ifp_packet (t38_core_state_t *s, const uint8_t *buf, int len, uint16_t seq_no) |
| Process a received T.38 IFP packet.
|
int | t38_core_send_indicator (t38_core_state_t *s, int indicator, int count) |
| Send an indicator packet.
|
int | t38_core_send_data (t38_core_state_t *s, int data_type, int field_type, const uint8_t field[], int field_len, int count) |
| Send a data packet.
|
int | t38_core_send_data_multi_field (t38_core_state_t *s, int data_type, const t38_data_field_t field[], int fields, int count) |
| Send a data packet.
|
void | t38_set_data_rate_management_method (t38_core_state_t *s, int method) |
void | t38_set_data_transport_protocol (t38_core_state_t *s, int data_transport_protocol) |
void | t38_set_fill_bit_removal (t38_core_state_t *s, int fill_bit_removal) |
void | t38_set_mmr_transcoding (t38_core_state_t *s, int mmr_transcoding) |
void | t38_set_jbig_transcoding (t38_core_state_t *s, int jbig_transcoding) |
void | t38_set_max_buffer_size (t38_core_state_t *s, int max_buffer_size) |
void | t38_set_max_datagram_size (t38_core_state_t *s, int max_datagram_size) |
void | t38_set_t38_version (t38_core_state_t *s, int t38_version) |
void | t38_set_sequence_number_handling (t38_core_state_t *s, int check) |
int | t38_get_fastest_image_data_rate (t38_core_state_t *s) |
t38_core_state_t * | t38_core_init (t38_core_state_t *s, t38_rx_indicator_handler_t *rx_indicator_handler, t38_rx_data_handler_t *rx_data_handler, t38_rx_missing_handler_t *rx_missing_handler, void *rx_user_data, t38_tx_packet_handler_t *tx_packet_handler, void *tx_packet_user_data) |