예제 #1
0
 public static void log_clear(SWIGTYPE_p_log_handle _this)
 {
     protocommPINVOKE.log_clear(SWIGTYPE_p_log_handle.getCPtr(_this));
 }
예제 #2
0
    public static int log_pop(SWIGTYPE_p_log_handle _this, string szMsg)
    {
        int ret = protocommPINVOKE.log_pop(SWIGTYPE_p_log_handle.getCPtr(_this), szMsg);

        return(ret);
    }
예제 #3
0
    public static uint log_getfree(SWIGTYPE_p_log_handle _this)
    {
        uint ret = protocommPINVOKE.log_getfree(SWIGTYPE_p_log_handle.getCPtr(_this));

        return(ret);
    }
예제 #4
0
    public static int log_destroy(SWIGTYPE_p_log_handle _this)
    {
        int ret = protocommPINVOKE.log_destroy(SWIGTYPE_p_log_handle.getCPtr(_this));

        return(ret);
    }