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

switch_channel_clear_state_handler() public static method

public static switch_channel_clear_state_handler ( SWIGTYPE_p_switch_channel channel, switch_state_handler_table state_handler ) : void
channel SWIGTYPE_p_switch_channel
state_handler switch_state_handler_table
return void
        public static void switch_channel_clear_state_handler(SWIGTYPE_p_switch_channel channel, switch_state_handler_table state_handler)
        {
            freeswitchPINVOKE.switch_channel_clear_state_handler(SWIGTYPE_p_switch_channel.getCPtr(channel), switch_state_handler_table.getCPtr(state_handler));
        }
freeswitch