FreeSWITCH.Native.freeswitch.switch_channel_set_scope_variables C# (CSharp) 메소드

switch_channel_set_scope_variables() 공개 정적인 메소드

public static switch_channel_set_scope_variables ( SWIGTYPE_p_switch_channel channel, SWIGTYPE_p_p_switch_event arg1 ) : void
channel SWIGTYPE_p_switch_channel
arg1 SWIGTYPE_p_p_switch_event
리턴 void
        public static void switch_channel_set_scope_variables(SWIGTYPE_p_switch_channel channel, SWIGTYPE_p_p_switch_event arg1)
        {
            freeswitchPINVOKE.switch_channel_set_scope_variables(SWIGTYPE_p_switch_channel.getCPtr(channel), SWIGTYPE_p_p_switch_event.getCPtr(arg1));
        }
freeswitch