示例#1
0
 public void derivedChannelMask(WirelessTypes.DerivedCategory category, ChannelMask mask)
 {
     msclPINVOKE.WirelessNodeConfig_derivedChannelMask__SWIG_1(swigCPtr, (int)category, ChannelMask.getCPtr(mask));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
        public ChannelMask derivedChannelMask(WirelessTypes.DerivedCategory category)
        {
            ChannelMask ret = new ChannelMask(msclPINVOKE.WirelessNodeConfig_derivedChannelMask__SWIG_0(swigCPtr, (int)category), true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#3
0
        public virtual bool supportsDerivedCategory(WirelessTypes.DerivedCategory category)
        {
            bool ret = msclPINVOKE.NodeFeatures_supportsDerivedCategory(swigCPtr, (int)category);

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