コード例 #1
0
 public bool AddBitcoinServer(BitcoinServer disownObject)
 {
     bool ret = otapiPINVOKE.WalletData_AddBitcoinServer(swigCPtr, BitcoinServer.getCPtr(disownObject));
     if (otapiPINVOKE.SWIGPendingException.Pending) throw otapiPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
コード例 #2
0
 internal static HandleRef getCPtr(BitcoinServer obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
コード例 #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(BitcoinServer obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }