Пример #1
0
 public void fatigueMode(WirelessTypes.FatigueMode mode)
 {
     msclPINVOKE.FatigueOptions_fatigueMode__SWIG_1(swigCPtr, (int)mode);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 public WirelessTypes.FatigueMode fatigueMode()
 {
     WirelessTypes.FatigueMode ret = (WirelessTypes.FatigueMode)msclPINVOKE.FatigueOptions_fatigueMode__SWIG_0(swigCPtr);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
Пример #3
0
        public virtual bool supportsFatigueMode(WirelessTypes.FatigueMode mode)
        {
            bool ret = msclPINVOKE.NodeFeatures_supportsFatigueMode(swigCPtr, (int)mode);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }