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

switch_channel_get_state_handler() public static method

public static switch_channel_get_state_handler ( SWIGTYPE_p_switch_channel channel, int index ) : switch_state_handler_table
channel SWIGTYPE_p_switch_channel
index int
return switch_state_handler_table
        public static switch_state_handler_table switch_channel_get_state_handler(SWIGTYPE_p_switch_channel channel, int index)
        {
            IntPtr cPtr = freeswitchPINVOKE.switch_channel_get_state_handler(SWIGTYPE_p_switch_channel.getCPtr(channel), index);
            switch_state_handler_table ret = (cPtr == IntPtr.Zero) ? null : new switch_state_handler_table(cPtr, false);
            return ret;
        }
freeswitch