public void setSdiData(XsSdiData data)
 {
     xsensdeviceapiPINVOKE.XsDataPacket_setSdiData(swigCPtr, XsSdiData.getCPtr(data));
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public XsSdiData(XsSdiData other) : this(xsensdeviceapiPINVOKE.new_XsSdiData__SWIG_2(XsSdiData.getCPtr(other)), true)
 {
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }