public void setPressure(XsPressure data)
 {
     xsensdeviceapiPINVOKE.XsDataPacket_setPressure(swigCPtr, XsPressure.getCPtr(data));
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public XsPressure(XsPressure other) : this(xsensdeviceapiPINVOKE.new_XsPressure__SWIG_3(XsPressure.getCPtr(other)), true)
 {
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }