示例#1
0
 public void applyConfig(WirelessNodeConfig config)
 {
     msclPINVOKE.WirelessNode_applyConfig(swigCPtr, WirelessNodeConfig.getCPtr(config));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void addNode(WirelessNode node, WirelessNodeConfig pendingConfig)
 {
     msclPINVOKE.SyncSamplingNetwork_addNode__SWIG_1(swigCPtr, WirelessNode.getCPtr(node), WirelessNodeConfig.getCPtr(pendingConfig));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#3
0
        public bool verifyConfig(WirelessNodeConfig config, ConfigIssues outIssues)
        {
            bool ret = msclPINVOKE.WirelessNode_verifyConfig(swigCPtr, WirelessNodeConfig.getCPtr(config), ConfigIssues.getCPtr(outIssues));

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(WirelessNodeConfig obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }