コード例 #1
0
        public SyncNetworkInfo getNodeNetworkInfo(uint nodeAddress)
        {
            SyncNetworkInfo ret = new SyncNetworkInfo(msclPINVOKE.SyncSamplingNetwork_getNodeNetworkInfo(swigCPtr, nodeAddress), false);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #2
0
ファイル: SyncNetworkInfo.cs プロジェクト: zjay1995/MSCL
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SyncNetworkInfo obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }