Example #1
0
 public static bool GvGetPortDescription(GvPortsDescInfo info, GvPortIO port, int id, GvPortDescription pd) {
   bool ret = C4dApiPINVOKE.GvGetPortDescription(GvPortsDescInfo.getCPtr(info), (int)port, id, GvPortDescription.getCPtr(pd));
   return ret;
 }
Example #2
0
 internal static HandleRef getCPtr(GvPortsDescInfo obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Example #3
0
   } /* </String_csout> */ 

  public static void GvGetPortList(GvPortsDescInfo info, GvPortIO port, GvPortList portlist) {
    C4dApiPINVOKE.GvGetPortList(GvPortsDescInfo.getCPtr(info), (int)port, GvPortList.getCPtr(portlist));
    if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
  }