示例#1
0
 public XsOutputConfigurationArrayImpl(XsOutputConfigurationArrayImpl other) : this(xsensdeviceapiPINVOKE.new_XsOutputConfigurationArrayImpl__SWIG_3(XsOutputConfigurationArrayImpl.getCPtr(other)), true)
 {
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(XsOutputConfigurationArrayImpl obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }