示例#1
0
 public void SetDateRange(SWIGTYPE_p_time64_t tValidFrom, SWIGTYPE_p_time64_t tValidTo)
 {
     otapiPINVOKE.OTRecord_SetDateRange(swigCPtr, SWIGTYPE_p_time64_t.getCPtr(tValidFrom), SWIGTYPE_p_time64_t.getCPtr(tValidTo));
     if (otapiPINVOKE.SWIGPendingException.Pending)
     {
         throw otapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void AddSpecialMsg(string str_msg_id, bool bIsOutgoing, int nMethodID, string str_contents, string str_address, string str_other_address, string str_type, string str_type_display, string str_my_nym_id, SWIGTYPE_p_time64_t tDate)
 {
     otapiPINVOKE.OTRecordList_AddSpecialMsg__SWIG_0(swigCPtr, str_msg_id, bIsOutgoing, nMethodID, str_contents, str_address, str_other_address, str_type, str_type_display, str_my_nym_id, SWIGTYPE_p_time64_t.getCPtr(tDate));
     if (otapiPINVOKE.SWIGPendingException.Pending)
     {
         throw otapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }