Ejemplo n.º 1
0
 protected virtual void onAllLiveDataAvailable(XsDevicePtrArray devs, SWIGTYPE_p_p_XsDataPacket packets)
 {
     if (SwigDerivedClassHasMethod("onAllLiveDataAvailable", swigMethodTypes13))
     {
         xsensdeviceapiPINVOKE.XsCallback_onAllLiveDataAvailableSwigExplicitXsCallback(swigCPtr, XsDevicePtrArray.getCPtr(devs), SWIGTYPE_p_p_XsDataPacket.getCPtr(packets));
     }
     else
     {
         xsensdeviceapiPINVOKE.XsCallback_onAllLiveDataAvailable(swigCPtr, XsDevicePtrArray.getCPtr(devs), SWIGTYPE_p_p_XsDataPacket.getCPtr(packets));
     }
 }
Ejemplo n.º 2
0
 public XsDevicePtrArray(XsDevicePtrArray other) : this(xsensdeviceapiPINVOKE.new_XsDevicePtrArray__SWIG_3(XsDevicePtrArray.getCPtr(other)), true)
 {
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }