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

switch_config_open_file() 공개 정적인 메소드

public static switch_config_open_file ( switch_config cfg, string file_path ) : int
cfg switch_config
file_path string
리턴 int
        public static int switch_config_open_file(switch_config cfg, string file_path)
        {
            int ret = freeswitchPINVOKE.switch_config_open_file(switch_config.getCPtr(cfg), file_path);
            return ret;
        }
freeswitch