Example #1
0
 protected virtual void onAllRecordingDataAvailable(XsDevicePtrArray devs, SWIGTYPE_p_p_XsDataPacket packets)
 {
     if (SwigDerivedClassHasMethod("onAllRecordingDataAvailable", swigMethodTypes14))
     {
         xsensdeviceapiPINVOKE.XsCallback_onAllRecordingDataAvailableSwigExplicitXsCallback(swigCPtr, XsDevicePtrArray.getCPtr(devs), SWIGTYPE_p_p_XsDataPacket.getCPtr(packets));
     }
     else
     {
         xsensdeviceapiPINVOKE.XsCallback_onAllRecordingDataAvailable(swigCPtr, XsDevicePtrArray.getCPtr(devs), SWIGTYPE_p_p_XsDataPacket.getCPtr(packets));
     }
 }
Example #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_p_XsDataPacket obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }