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

switch_core_db_errmsg() public static method

public static switch_core_db_errmsg ( SWIGTYPE_p_sqlite3 db ) : string
db SWIGTYPE_p_sqlite3
return string
        public static string switch_core_db_errmsg(SWIGTYPE_p_sqlite3 db)
        {
            string ret = freeswitchPINVOKE.switch_core_db_errmsg(SWIGTYPE_p_sqlite3.getCPtr(db));
            return ret;
        }
freeswitch