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

switch_process_import() 공개 정적인 메소드

public static switch_process_import ( SWIGTYPE_p_switch_core_session session, SWIGTYPE_p_switch_channel peer_channel, string varname, string prefix ) : void
session SWIGTYPE_p_switch_core_session
peer_channel SWIGTYPE_p_switch_channel
varname string
prefix string
리턴 void
        public static void switch_process_import(SWIGTYPE_p_switch_core_session session, SWIGTYPE_p_switch_channel peer_channel, string varname, string prefix)
        {
            freeswitchPINVOKE.switch_process_import(SWIGTYPE_p_switch_core_session.getCPtr(session), SWIGTYPE_p_switch_channel.getCPtr(peer_channel), varname, prefix);
        }
freeswitch