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

switch_core_db_reset() public static method

public static switch_core_db_reset ( SWIGTYPE_p_sqlite3_stmt pStmt ) : int
pStmt SWIGTYPE_p_sqlite3_stmt
return int
        public static int switch_core_db_reset(SWIGTYPE_p_sqlite3_stmt pStmt)
        {
            int ret = freeswitchPINVOKE.switch_core_db_reset(SWIGTYPE_p_sqlite3_stmt.getCPtr(pStmt));
            return ret;
        }
freeswitch