FreeSWITCH.Native.freeswitch.switch_config_next_pair C# (CSharp) Method

switch_config_next_pair() public static method

public static switch_config_next_pair ( switch_config cfg, string &var, string &val ) : int
cfg switch_config
var string
val string
return 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