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

switch_core_db_step() public static method

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