FreeSWITCH.Native.freeswitch.switch_caller_get_field_by_name C# (CSharp) Méthode

switch_caller_get_field_by_name() public static méthode

public static switch_caller_get_field_by_name ( switch_caller_profile caller_profile, string name ) : string
caller_profile switch_caller_profile
name string
Résultat string
        public static string switch_caller_get_field_by_name(switch_caller_profile caller_profile, string name)
        {
            string ret = freeswitchPINVOKE.switch_caller_get_field_by_name(switch_caller_profile.getCPtr(caller_profile), name);
            return ret;
        }
freeswitch