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

switch_channel_get_timetable() public static method

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