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