예제 #1
0
 public PUInt16(PUInt16 other) : this(PapillonPINVOKE.new_PUInt16__SWIG_2(PUInt16.getCPtr(other)), true)
 {
     if (PapillonPINVOKE.SWIGPendingException.Pending)
     {
         throw PapillonPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(PUInt16 obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }