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

switch_core_get_switchname() public static méthode

public static switch_core_get_switchname ( ) : string
Résultat string
        public static string switch_core_get_switchname()
        {
            string ret = freeswitchPINVOKE.switch_core_get_switchname();
            return ret;
        }
freeswitch