Collaboration diagram for State Handlers:
Functions | |
| int | switch_core_add_state_handler (_In_ const switch_state_handler_table_t *state_handler) |
| Add a global state handler. | |
| void | switch_core_remove_state_handler (_In_ const switch_state_handler_table_t *state_handler) |
| Remove a global state handler. | |
| const switch_state_handler_table_t * | switch_core_get_state_handler (_In_ int index) |
| Access a state handler. | |
| int switch_core_add_state_handler | ( | _In_ const switch_state_handler_table_t * | state_handler | ) |
Add a global state handler.
| state_handler | a state handler to add |
| const switch_state_handler_table_t* switch_core_get_state_handler | ( | _In_ int | index | ) |
Access a state handler.
| index | the desired index to access |
| void switch_core_remove_state_handler | ( | _In_ const switch_state_handler_table_t * | state_handler | ) |
Remove a global state handler.
| state_handler | the state handler to remove |
1.4.7