コード例 #1
0
 public void setAwindaSnapshot(XsSnapshot raw, bool retransmission)
 {
     xsensdeviceapiPINVOKE.XsDataPacket_setAwindaSnapshot(swigCPtr, XsSnapshot.getCPtr(raw), retransmission);
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
        public XsSnapshot awindaSnapshot()
        {
            XsSnapshot ret = new XsSnapshot(xsensdeviceapiPINVOKE.XsDataPacket_awindaSnapshot(swigCPtr), true);

            return(ret);
        }
コード例 #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(XsSnapshot obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }