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)); } }
public XsDevicePtrArray(XsDevicePtrArray other) : this(xsensdeviceapiPINVOKE.new_XsDevicePtrArray__SWIG_3(XsDevicePtrArray.getCPtr(other)), true) { if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending) { throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve(); } }