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

switch_channel_add_state_handler() public static method

public static switch_channel_add_state_handler ( SWIGTYPE_p_switch_channel channel, switch_state_handler_table state_handler ) : int
channel SWIGTYPE_p_switch_channel
state_handler switch_state_handler_table
return int
        public static int switch_channel_add_state_handler(SWIGTYPE_p_switch_channel channel, switch_state_handler_table state_handler)
        {
            int ret = freeswitchPINVOKE.switch_channel_add_state_handler(SWIGTYPE_p_switch_channel.getCPtr(channel), switch_state_handler_table.getCPtr(state_handler));
            return ret;
        }
freeswitch