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

switch_config_next_pair() 공개 정적인 메소드

public static switch_config_next_pair ( switch_config cfg, string &var, string &val ) : int
cfg switch_config
var string
val string
리턴 int
        public static int switch_config_next_pair(switch_config cfg, ref string var, ref string val)
        {
            int ret = freeswitchPINVOKE.switch_config_next_pair(switch_config.getCPtr(cfg), ref var, ref val);
            return ret;
        }
freeswitch