|
RTS API Documentation
1.10.11
|
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. More... | |
| void | switch_core_remove_state_handler (_In_ const switch_state_handler_table_t *state_handler) |
| Remove a global state handler. More... | |
| const switch_state_handler_table_t * | switch_core_get_state_handler (_In_ int index) |
| Access a state handler. More... | |
| 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.8.13