Beispiel #1
0
 public void append(XsByteArrayImpl other)
 {
     xsensdeviceapiPINVOKE.XsByteArrayImpl_append(swigCPtr, XsByteArrayImpl.getCPtr(other));
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public XsByteArrayImpl(XsByteArrayImpl other) : this(xsensdeviceapiPINVOKE.new_XsByteArrayImpl__SWIG_3(XsByteArrayImpl.getCPtr(other)), true)
 {
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }