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

switch_channel_get_scope_variables() public static method

public static switch_channel_get_scope_variables ( SWIGTYPE_p_switch_channel channel, SWIGTYPE_p_p_switch_event arg1 ) : switch_status_t
channel SWIGTYPE_p_switch_channel
arg1 SWIGTYPE_p_p_switch_event
return switch_status_t
        public static switch_status_t switch_channel_get_scope_variables(SWIGTYPE_p_switch_channel channel, SWIGTYPE_p_p_switch_event arg1)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_channel_get_scope_variables(SWIGTYPE_p_switch_channel.getCPtr(channel), SWIGTYPE_p_p_switch_event.getCPtr(arg1));
            return ret;
        }
freeswitch