FreeSWITCH.Native.freeswitch.switch_core_add_state_handler C# (CSharp) Method

switch_core_add_state_handler() public static method

public static switch_core_add_state_handler ( switch_state_handler_table state_handler ) : int
state_handler switch_state_handler_table
return int
        public static int switch_core_add_state_handler(switch_state_handler_table state_handler)
        {
            int ret = freeswitchPINVOKE.switch_core_add_state_handler(switch_state_handler_table.getCPtr(state_handler));
            return ret;
        }
freeswitch