public void RegisterCamera(string camType, CamInstallCmd cmd)
 {
     VisionLabPINVOKE.VisLibCmdInt_RegisterCamera(swigCPtr, camType, CamInstallCmd.getCPtr(cmd));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 internal static HandleRef getCPtr(CamInstallCmd obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CamInstallCmd obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }