Пример #1
0
 public void derivedChannelMask(WirelessTypes.DerivedChannelType derivedChannelType, ChannelMask mask)
 {
     msclPINVOKE.WirelessNodeConfig_derivedChannelMask__SWIG_1(swigCPtr, (int)derivedChannelType, ChannelMask.getCPtr(mask));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
        public virtual bool supportsDerivedChannelType(WirelessTypes.DerivedChannelType derivedChannelType)
        {
            bool ret = msclPINVOKE.NodeFeatures_supportsDerivedChannelType(swigCPtr, (int)derivedChannelType);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #3
0
        public ChannelMask derivedChannelMask(WirelessTypes.DerivedChannelType derivedChannelType)
        {
            ChannelMask ret = new ChannelMask(msclPINVOKE.WirelessNodeConfig_derivedChannelMask__SWIG_0(swigCPtr, (int)derivedChannelType), true);

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