Exemplo n.º 1
0
 public bool FindUniqueID(int appid, SWIGTYPE_p_p_CHAR mem, SWIGTYPE_p_VLONG bytes) {
   bool ret = C4dApiPINVOKE.BaseList2D_FindUniqueID(swigCPtr, appid, SWIGTYPE_p_p_CHAR.getCPtr(mem), SWIGTYPE_p_VLONG.getCPtr(bytes));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Exemplo n.º 2
0
 public bool GetUniqueIDIndex(int idx, SWIGTYPE_p_LONG id, SWIGTYPE_p_p_CHAR mem, SWIGTYPE_p_VLONG bytes) {
   bool ret = C4dApiPINVOKE.BaseList2D_GetUniqueIDIndex(swigCPtr, idx, SWIGTYPE_p_LONG.getCPtr(id), SWIGTYPE_p_p_CHAR.getCPtr(mem), SWIGTYPE_p_VLONG.getCPtr(bytes));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Exemplo n.º 3
0
 public SWIGTYPE_p_VLONG GetMemoryInfo() {
   SWIGTYPE_p_VLONG ret = new SWIGTYPE_p_VLONG(C4dApiPINVOKE.BaseBitmap_GetMemoryInfo(swigCPtr), true);
   return ret;
 }
Exemplo n.º 4
0
 public static SWIGTYPE_p_VLONG GeIpSendBytes(SWIGTYPE_p_IpConnection ipc, SWIGTYPE_p_void buf, SWIGTYPE_p_VLONG size) {
   SWIGTYPE_p_VLONG ret = new SWIGTYPE_p_VLONG(C4dApiPINVOKE.GeIpSendBytes(SWIGTYPE_p_IpConnection.getCPtr(ipc), SWIGTYPE_p_void.getCPtr(buf), SWIGTYPE_p_VLONG.getCPtr(size)), true);
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Exemplo n.º 5
0
 public static SWIGTYPE_p_VLONG GeIpBytesInInputBuffer(SWIGTYPE_p_IpConnection ipc) {
   SWIGTYPE_p_VLONG ret = new SWIGTYPE_p_VLONG(C4dApiPINVOKE.GeIpBytesInInputBuffer(SWIGTYPE_p_IpConnection.getCPtr(ipc)), true);
   return ret;
 }
Exemplo n.º 6
0
 public static void llMotor(SWIGTYPE_p_void adr, SWIGTYPE_p_VLONG cnt) {
   C4dApiPINVOKE.llMotor__SWIG_0(SWIGTYPE_p_void.getCPtr(adr), SWIGTYPE_p_VLONG.getCPtr(cnt));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 7
0
 internal static HandleRef getCPtr(SWIGTYPE_p_VLONG obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }