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

switch_console_complete() 공개 정적인 메소드

public static switch_console_complete ( string line, string last_word, SWIGTYPE_p_FILE console_out, switch_stream_handle stream, switch_xml xml ) : byte
line string
last_word string
console_out SWIGTYPE_p_FILE
stream switch_stream_handle
xml switch_xml
리턴 byte
        public static byte switch_console_complete(string line, string last_word, SWIGTYPE_p_FILE console_out, switch_stream_handle stream, switch_xml xml)
        {
            byte ret = freeswitchPINVOKE.switch_console_complete(line, last_word, SWIGTYPE_p_FILE.getCPtr(console_out), switch_stream_handle.getCPtr(stream), switch_xml.getCPtr(xml));
            return ret;
        }
freeswitch