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

switch_channel_variable_first() public static method

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