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

switch_caller_get_field_by_name() 공개 정적인 메소드

public static switch_caller_get_field_by_name ( switch_caller_profile caller_profile, string name ) : string
caller_profile switch_caller_profile
name string
리턴 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