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

switch_core_db_errmsg() 공개 정적인 메소드

public static switch_core_db_errmsg ( SWIGTYPE_p_sqlite3 db ) : string
db SWIGTYPE_p_sqlite3
리턴 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